jBPM distribution 6.2.0.CR1

org.jbpm.services.api.model
Interface ProcessDesc

All Superinterfaces:
DeployedAsset

public interface ProcessDesc
extends DeployedAsset


Method Summary
 String getDeploymentId()
           
 String getEncodedProcessSource()
           
 Map<String,String> getForms()
           
 String getNamespace()
           
 String getPackageName()
           
 List<String> getRoles()
           
 
Methods inherited from interface org.jbpm.services.api.model.DeployedAsset
getId, getKnowledgeType, getName, getOriginalPath, getVersion
 

Method Detail

getPackageName

String getPackageName()

getNamespace

String getNamespace()

getDeploymentId

String getDeploymentId()

getEncodedProcessSource

String getEncodedProcessSource()

getForms

Map<String,String> getForms()

getRoles

List<String> getRoles()

jBPM distribution 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.