Package org.jbpm.services.api.model
Interface ProcessDesc
-
- All Superinterfaces:
DeployedAsset
public interface ProcessDesc extends DeployedAsset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeploymentId()
Return the process description deployment id.String
getEncodedProcessSource()
Return the encoded process source.Map<String,String>
getForms()
Return the process description forms.String
getNamespace()
Return the process description namespace.String
getPackageName()
Return the process description package name.List<String>
getRoles()
Return the process description roles.-
Methods inherited from interface org.jbpm.services.api.model.DeployedAsset
getId, getKnowledgeType, getName, getOriginalPath, getVersion
-
-
-
-
Method Detail
-
getPackageName
String getPackageName()
Return the process description package name.- Returns:
- package name
-
getNamespace
String getNamespace()
Return the process description namespace.- Returns:
- namespace
-
getDeploymentId
String getDeploymentId()
Return the process description deployment id.- Returns:
- deployment id
-
getEncodedProcessSource
String getEncodedProcessSource()
Return the encoded process source.- Returns:
- encoded process source
-
-