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 String
getId()
Returns the deployed asset id.String
getKnowledgeType()
Returns the deployed asset knowledge type.String
getName()
Returns the deployed asset name.String
getOriginalPath()
Returns the deployed asset original path.String
getVersion()
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
-
-