com.ebmwebsourcing.easybpmn.bpmn20.api.type
Interface TAdHocSubProcess

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, TActivity, TBaseElement, TFlowElement, TFlowNode, TSubProcess, WithArtifact, WithAuditingAndMonitoring, WithDataInputAssociation, WithDataOutputAssociation, WithDefaultSequenceFlow, WithFlowElements, com.ebmwebsourcing.easybox.api.with.WithId, WithIOSpecification, WithLaneSet, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, WithProperty, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
AdHocSubProcess

public interface TAdHocSubProcess
extends TSubProcess


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 Expression getCompletionCondition()
           
 TAdHocOrdering getOrdering()
           
 boolean hasCancelRemainingInstances()
           
 boolean hasCompletionCondition()
           
 boolean isCancelRemainingInstances()
           
 boolean isSetOrdering()
           
 void setCancelRemainingInstances(boolean value)
           
 void setCompletionCondition(Expression value)
           
 void setOrdering(TAdHocOrdering value)
           
 void unsetCancelRemainingInstances()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TSubProcess
hasTriggeredByEvent, isTriggeredByEvent, setTriggeredByEvent, unsetTriggeredByEvent
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TActivity
addResourceRole, getCompletionQuantity, getLoopCharacteristics, getResourceRole, getStartQuantity, hasCompletionQuantity, hasIsForCompensation, hasLoopCharacteristics, hasResourceRole, hasStartQuantity, isIsForCompensation, removeResourceRole, setCompletionQuantity, setIsForCompensation, setLoopCharacteristics, setStartQuantity, unsetIsForCompensation, unsetResourceRole
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TFlowNode
addIncoming, addOutgoing, getIncoming, getIncomingFlowNodes, getOutgoing, getOutgoingFlowNodes, hasIncoming, hasOutgoing, removeIncoming, removeOutgoing, unsetIncoming, unsetOutgoing
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TFlowElement
addCategoryValueRef, getCategoryValueRef, hasCategoryValueRef, removeCategoryValueRef, unsetCategoryValueRef
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TBaseElement
addDocumentation, getDocumentations, getExtensionElements, hasDocumentation, hasExtensionElements, removeDocumentation, setExtensionElements
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId
getId, setId
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithName
getName, hasName, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithAuditingAndMonitoring
getAuditing, getMonitoring, hasAuditing, hasMonitoring, setAuditing, setMonitoring
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithProperty
addProperty, getProperty, hasProperty, removeProperty, unsetProperty
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithDefaultSequenceFlow
getDefault, hasDefault, setDefault
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithDataInputAssociation
addDataInputAssociation, getDataInputAssociation, hasDataInputAssociation, removeDataInputAssociation, unsetDataInputAssociation
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithDataOutputAssociation
addDataOutputAssociation, getDataOutputAssociation, hasDataOutputAssociation, removeDataOutputAssociation, unsetDataOutputAssociation
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithIOSpecification
getIoSpecification, hasIoSpecification, setIoSpecification
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithArtifact
addArtifact, getArtifact, hasArtifact, removeArtifact, unsetArtifact
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithFlowElements
addFlowElement, getFlowElement, getFlowElementById, getFlowElementsByClass, getFlowNode, hasFlowElement, removeFlowElement, unsetFlowElement
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithLaneSet
addLaneSet, getLaneSets, hasLaneSet, removeLaneSet, unsetLaneSet
 

Method Detail

getCompletionCondition

Expression getCompletionCondition()

setCompletionCondition

void setCompletionCondition(Expression value)

hasCompletionCondition

boolean hasCompletionCondition()

isCancelRemainingInstances

boolean isCancelRemainingInstances()

setCancelRemainingInstances

void setCancelRemainingInstances(boolean value)

hasCancelRemainingInstances

boolean hasCancelRemainingInstances()

unsetCancelRemainingInstances

void unsetCancelRemainingInstances()

getOrdering

TAdHocOrdering getOrdering()

setOrdering

void setOrdering(TAdHocOrdering value)

isSetOrdering

boolean isSetOrdering()


Copyright © 2011 Petals Link. All Rights Reserved.