Uses of Class
org.ow2.orchestra.facade.data.ProcessDefinitionData

Packages that use ProcessDefinitionData
org.ow2.orchestra.facade.data   
org.ow2.orchestra.facade.jmx   
 

Uses of ProcessDefinitionData in org.ow2.orchestra.facade.data
 

Methods in org.ow2.orchestra.facade.data that return ProcessDefinitionData
 ProcessDefinitionData ProcessInstanceData.getProcessDefinitionData()
           
 ProcessDefinitionData ActivityDefinitionData.getProcessDefinitionData()
           
 

Constructors in org.ow2.orchestra.facade.data with parameters of type ProcessDefinitionData
ActivityDefinitionData(ProcessDefinitionData processDefinitionData, ActivityDefinitionUUID uuid, ActivityDefinitionUUID encloserUUID, java.lang.String type, java.lang.String name)
           
ProcessInstanceData(ProcessDefinitionData processDefinitionData, ProcessInstanceUUID uuid)
           
 

Uses of ProcessDefinitionData in org.ow2.orchestra.facade.jmx
 

Methods in org.ow2.orchestra.facade.jmx that return ProcessDefinitionData
 ProcessDefinitionData RemoteDeployerMBean.deploy(Deployment deployment)
          To deploy the package giving the deployment object.
 ProcessDefinitionData RemoteDeployerMBean.deployBar(byte[] barFile)
          To deploy a process giving the bytes table of an archive file.
 

Methods in org.ow2.orchestra.facade.jmx that return types with arguments of type ProcessDefinitionData
 java.util.List<ProcessDefinitionData> RemoteDeployerMBean.listProcess()
          Returns the list of deployed processes.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.