org.camunda.bpm.engine.repository
Interface CaseDefinition

All Known Implementing Classes:
CaseDefinitionEntity

public interface CaseDefinition

Author:
Roman Smirnov

Method Summary
 String getCategory()
          category name which is derived from the targetNamespace attribute in the definitions element
 String getDeploymentId()
          The deployment in which this case definition is contained.
 String getDiagramResourceName()
          The diagram resource name.
 String getId()
          unique identifier
 String getKey()
          unique name for all versions this case definitions
 String getName()
          label used for display purposes
 String getResourceName()
          name of the resource of this case definition.
 int getVersion()
          version of this case 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 case definitions


getVersion

int getVersion()
version of this case definition


getResourceName

String getResourceName()
name of the resource of this case definition.


getDeploymentId

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


getDiagramResourceName

String getDiagramResourceName()
The diagram resource name.

Returns:
the name of the diagram resource. e.G. of the case PNG file.


Copyright © 2015 camunda services GmbH. All rights reserved.