public class ProcessAssetDesc extends Object implements org.jbpm.services.api.model.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 org.jbpm.services.api.model.DeployedAsset
getId
in interface org.jbpm.services.api.model.ProcessDefinition
public String getName()
getName
in interface org.jbpm.services.api.model.DeployedAsset
getName
in interface org.jbpm.services.api.model.ProcessDefinition
public String getVersion()
getVersion
in interface org.jbpm.services.api.model.DeployedAsset
getVersion
in interface org.jbpm.services.api.model.ProcessDefinition
public String getPackageName()
getPackageName
in interface org.jbpm.services.api.model.ProcessDefinition
public String getType()
getType
in interface org.jbpm.services.api.model.ProcessDefinition
public String getKnowledgeType()
getKnowledgeType
in interface org.jbpm.services.api.model.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 org.jbpm.services.api.model.DeployedAsset
public void setOriginalPath(String originalPath)
public String getDeploymentId()
getDeploymentId
in interface org.jbpm.services.api.model.ProcessDefinition
public void setDeploymentId(String deploymentId)
public String getEncodedProcessSource()
public void setEncodedProcessSource(String processString)
public Map<String,Collection<String>> getAssociatedEntities()
getAssociatedEntities
in interface org.jbpm.services.api.model.ProcessDefinition
public Map<String,String> getServiceTasks()
getServiceTasks
in interface org.jbpm.services.api.model.ProcessDefinition
public Map<String,String> getProcessVariables()
getProcessVariables
in interface org.jbpm.services.api.model.ProcessDefinition
public Collection<String> getReusableSubProcesses()
getReusableSubProcesses
in interface org.jbpm.services.api.model.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–2017 JBoss by Red Hat. All rights reserved.