org.camunda.bpm.engine.repository
Interface ResourceDefinition

All Known Subinterfaces:
CaseDefinition, DecisionDefinition, ProcessDefinition, ProcessDefinitionStatistics, ResourceDefinitionEntity
All Known Implementing Classes:
CaseDefinitionEntity, DecisionDefinitionEntity, ProcessDefinitionEntity, ProcessDefinitionStatisticsEntity

public interface ResourceDefinition

Definition of a resource which was deployed


Method Summary
 String getCategory()
          category name which is derived from the targetNamespace attribute in the definitions element
 String getDeploymentId()
          The deployment in which this definition is contained.
 String getDiagramResourceName()
          The diagram resource name for this decision if exist
 String getId()
          unique identifier
 String getKey()
          unique name for all versions this definition
 String getName()
          label used for display purposes
 String getResourceName()
          name of the resource of this definition
 int getVersion()
          version of this definition
 

Method Detail

getId

String getId()
unique identifier


getCategory

String getCategory()
category name which is derived from the targetNamespace attribute in the definitions element


getName

String getName()
label used for display purposes


getKey

String getKey()
unique name for all versions this definition


getVersion

int getVersion()
version of this definition


getResourceName

String getResourceName()
name of the resource of this definition


getDeploymentId

String getDeploymentId()
The deployment in which this definition is contained.


getDiagramResourceName

String getDiagramResourceName()
The diagram resource name for this decision if exist



Copyright © 2015 camunda services GmbH. All rights reserved.