Package org.jbpm.services.api.model
Interface DeployedAsset
-
- All Known Subinterfaces:
ProcessDefinition,ProcessDesc
- All Known Implementing Classes:
ProcessAssetDesc
public interface DeployedAsset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the deployed asset id.StringgetKnowledgeType()Returns the deployed asset knowledge type.StringgetName()Returns the deployed asset name.StringgetOriginalPath()Returns the deployed asset original path.StringgetVersion()Returns the deployed asset version.
-
-
-
Method Detail
-
getId
String getId()
Returns the deployed asset id.- Returns:
- id
-
getName
String getName()
Returns the deployed asset name.- Returns:
- name
-
getVersion
String getVersion()
Returns the deployed asset version.- Returns:
- version
-
getKnowledgeType
String getKnowledgeType()
Returns the deployed asset knowledge type.- Returns:
- knowledge type
-
getOriginalPath
String getOriginalPath()
Returns the deployed asset original path.- Returns:
- path
-
-