com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
Interface ISubProcessBean

All Superinterfaces:
IActivityBean, IBaseElementBean, IBPMNElementBean, IFlowElementBean, IFlowNodeBean, IInteractionNodeBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, WithArtifactsBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, WithDataInputAssociationBean, WithDataOutputAssociationBean, WithDefaultSequenceFlow, WithFlowElementsBean, WithFlowNodesBean, WithGatewaysBean, WithLaneSetBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension, WithSequenceFlowsBean

public interface ISubProcessBean
extends IActivityBean, WithArtifactsBean, WithFlowElementsBean, WithLaneSetBean


Method Summary
 IDataObjectBean getDataObjectById(java.lang.String arg0)
           
 IEndEventBean getEndEventById(java.lang.String arg0)
           
 IGatewayBean getGatewayById(java.lang.String arg0)
           
 IIntermediateCatchEventBean getIntermediateCatchEventById(java.lang.String arg0)
           
 IIntermediateThrowEventBean getIntermediateThrowEventById(java.lang.String arg0)
           
 IStartEventBean getStartEventById(java.lang.String arg0)
           
 ITaskBean getTaskById(java.lang.String arg0)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.IActivityBean
getIoSpecification, setIoSpecification
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean
getId, getNSDeclaration
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputAssociationBean
addDataInputAssociation, getDataInputAssociations, removeDataInputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataOutputAssociationBean
addDataOutputAssociation, getDataOutputAssociations, removeDataOutputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithDefaultSequenceFlow
getDefaultSequenceFlow, setDefaultSequenceFlow
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.artifact.WithArtifactsBean
addArtifact, getArtifacts, getAssociations, getTextAnnotations, removeArtifact
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithFlowNodesBean
addCallActivity, addDataObject, addEndEvent, addIntermediateCatchEvent, addIntermediateThrowEvent, addStartEvent, addSubProcess, addTask, getCallActivities, getDataObjects, getEndEvents, getIntermediateCatchEvents, getIntermediateThrowEvents, getStartEvents, getSubprocesses, getTasks, removeCallActivity, removeDataObject, removeEndEvent, removeIntermediateCatchEvent, removeIntermediateThrowEvent, removeStartEvent, removeSubProcess, removeTask
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithGatewaysBean
addGateway, getGateways, removeGateway
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithSequenceFlowsBean
addSequenceFlow, getSequenceFlows, removeSequenceFlow
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithLaneSetBean
getLaneSets
 

Method Detail

getTaskById

ITaskBean getTaskById(java.lang.String arg0)

getGatewayById

IGatewayBean getGatewayById(java.lang.String arg0)

getStartEventById

IStartEventBean getStartEventById(java.lang.String arg0)

getEndEventById

IEndEventBean getEndEventById(java.lang.String arg0)

getIntermediateCatchEventById

IIntermediateCatchEventBean getIntermediateCatchEventById(java.lang.String arg0)

getIntermediateThrowEventById

IIntermediateThrowEventBean getIntermediateThrowEventById(java.lang.String arg0)

getDataObjectById

IDataObjectBean getDataObjectById(java.lang.String arg0)


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.