public class ProcessAssetDesc extends Object implements ProcessDefinition
Constructor and Description |
---|
ProcessAssetDesc() |
ProcessAssetDesc(String id,
String name,
String version,
String packageName,
String type,
String knowledgeType,
String namespace,
String deploymentId) |
public String getId()
getId
in interface DeployedAsset
getId
in interface ProcessDefinition
public String getName()
getName
in interface DeployedAsset
getName
in interface ProcessDefinition
public String getVersion()
getVersion
in interface DeployedAsset
getVersion
in interface ProcessDefinition
public String getPackageName()
getPackageName
in interface ProcessDefinition
public String getType()
getType
in interface ProcessDefinition
public String getKnowledgeType()
getKnowledgeType
in interface DeployedAsset
public String getNamespace()
public void setId(String id)
public void setName(String name)
public void setPackageName(String packageName)
public String getOriginalPath()
getOriginalPath
in interface DeployedAsset
public void setOriginalPath(String originalPath)
public String getDeploymentId()
getDeploymentId
in interface ProcessDefinition
public void setDeploymentId(String deploymentId)
public String getEncodedProcessSource()
public void setEncodedProcessSource(String processString)
public Map<String,Collection<String>> getAssociatedEntities()
getAssociatedEntities
in interface ProcessDefinition
public Map<String,String> getServiceTasks()
getServiceTasks
in interface ProcessDefinition
public Map<String,String> getProcessVariables()
getProcessVariables
in interface ProcessDefinition
public Collection<String> getReusableSubProcesses()
getReusableSubProcesses
in interface ProcessDefinition
public void setAssociatedEntities(Map<String,Collection<String>> associatedEntities)
public void setReusableSubProcesses(Collection<String> reusableSubProcesses)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.