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

All Superinterfaces:
IBaseElementBean, IBPMNElementBean, IFlowElementBean, IFlowNodeBean, IInteractionNodeBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, WithDataInputAssociationBean, WithDataOutputAssociationBean, WithDefaultSequenceFlow, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
All Known Subinterfaces:
ICallActivityBean, IManualTaskBean, IReceiveTaskBean, ISendTaskBean, IServiceTaskBean, ISubProcessBean, ITaskBean

public interface IActivityBean
extends IFlowNodeBean, WithDataInputAssociationBean, WithDataOutputAssociationBean, IInteractionNodeBean, WithDefaultSequenceFlow


Method Summary
 IIOSpecificationBean getIoSpecification()
           
 void setIoSpecification(IIOSpecificationBean arg0)
           
 
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
 

Method Detail

getIoSpecification

IIOSpecificationBean getIoSpecification()

setIoSpecification

void setIoSpecification(IIOSpecificationBean arg0)


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