Interface ResourceDefinition
- All Known Subinterfaces:
- CalledProcessDefinition,- CamundaFormDefinition,- CaseDefinition,- DecisionDefinition,- DecisionRequirementsDefinition,- ProcessDefinition,- ProcessDefinitionStatistics,- ResourceDefinitionEntity<T>
- All Known Implementing Classes:
- CalledProcessDefinitionImpl,- CamundaFormDefinitionEntity,- CaseDefinitionEntity,- DecisionDefinitionEntity,- DecisionRequirementsDefinitionEntity,- ProcessDefinitionEntity,- ProcessDefinitionStatisticsEntity
public interface ResourceDefinition
Definition of a resource which was deployed
- 
Method SummaryModifier and TypeMethodDescriptioncategory name which is derived from the targetNamespace attribute in the definitions elementThe deployment in which this definition is contained.The diagram resource name for this definition if existHistory time to live.getId()unique identifiergetKey()unique name for all versions this definitiongetName()label used for display purposesname ofthe resourceof this definitionThe id of the tenant this definition belongs to.intversion of this definition
- 
Method Details- 
getIdString getId()unique identifier
- 
getCategoryString getCategory()category name which is derived from the targetNamespace attribute in the definitions element
- 
getNameString getName()label used for display purposes
- 
getKeyString getKey()unique name for all versions this definition
- 
getVersionint getVersion()version of this definition
- 
getResourceNameString getResourceName()name ofthe resourceof this definition
- 
getDeploymentIdString getDeploymentId()The deployment in which this definition is contained.
- 
getDiagramResourceNameString getDiagramResourceName()The diagram resource name for this definition if exist
- 
getTenantIdString getTenantId()The id of the tenant this definition belongs to. Can benullif the definition belongs to no single tenant.
- 
getHistoryTimeToLiveInteger getHistoryTimeToLive()History time to live. Is taken into account in history cleanup.
 
-