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

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, TBaseElement, TCallableElement, TRootElement, WithArtifact, WithAuditingAndMonitoring, 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:
Process

public interface TProcess
extends TCallableElement, WithFlowElements, WithProperty, WithArtifact, WithAuditingAndMonitoring, WithLaneSet


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 void addSupport(javax.xml.namespace.QName support)
           
 CorrelationSubscription[] getCorrelationSubscription()
           
 javax.xml.namespace.QName getDefinitionalCollaborationRef()
           
 TProcessType getProcessType()
           
 ResourceRole[] getResourceRole()
           
 javax.xml.namespace.QName[] getSupports()
           
 boolean hasCorrelationSubscription()
           
 boolean hasDefinitionalCollaborationRef()
           
 boolean hasIsClosed()
           
 boolean hasIsExecutable()
           
 boolean hasProcessType()
           
 boolean hasResourceRole()
           
 boolean hasSupports()
           
 boolean isIsClosed()
           
 boolean isIsExecutable()
           
 void removeSupport(javax.xml.namespace.QName support)
           
 void setDefinitionalCollaborationRef(javax.xml.namespace.QName value)
           
 void setIsClosed(boolean value)
           
 void setIsExecutable(boolean value)
           
 void setProcessType(TProcessType value)
           
 void unsetCorrelationSubscription()
           
 void unsetIsClosed()
           
 void unsetIsExecutable()
           
 void unsetResourceRole()
           
 void unsetSupports()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.type.TCallableElement
addIoBinding, addSupportedInterfaceRef, getIoBinding, getSupportedInterfaceRef, hasIoBinding, hasSupportedInterfaceRef, removeIoBinding, removeSupportedInterfaceRef, unsetIoBinding, unsetSupportedInterfaceRef
 
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.WithIOSpecification
getIoSpecification, hasIoSpecification, setIoSpecification
 
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.WithProperty
addProperty, getProperty, hasProperty, removeProperty, unsetProperty
 
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.WithAuditingAndMonitoring
getAuditing, getMonitoring, hasAuditing, hasMonitoring, setAuditing, setMonitoring
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20.api.with.WithLaneSet
addLaneSet, getLaneSets, hasLaneSet, removeLaneSet, unsetLaneSet
 

Method Detail

getResourceRole

ResourceRole[] getResourceRole()

hasResourceRole

boolean hasResourceRole()

unsetResourceRole

void unsetResourceRole()

getCorrelationSubscription

CorrelationSubscription[] getCorrelationSubscription()

hasCorrelationSubscription

boolean hasCorrelationSubscription()

unsetCorrelationSubscription

void unsetCorrelationSubscription()

getSupports

javax.xml.namespace.QName[] getSupports()

hasSupports

boolean hasSupports()

unsetSupports

void unsetSupports()

addSupport

void addSupport(javax.xml.namespace.QName support)

removeSupport

void removeSupport(javax.xml.namespace.QName support)

getProcessType

TProcessType getProcessType()

setProcessType

void setProcessType(TProcessType value)

hasProcessType

boolean hasProcessType()

isIsClosed

boolean isIsClosed()

setIsClosed

void setIsClosed(boolean value)

hasIsClosed

boolean hasIsClosed()

unsetIsClosed

void unsetIsClosed()

isIsExecutable

boolean isIsExecutable()

setIsExecutable

void setIsExecutable(boolean value)

hasIsExecutable

boolean hasIsExecutable()

unsetIsExecutable

void unsetIsExecutable()

getDefinitionalCollaborationRef

javax.xml.namespace.QName getDefinitionalCollaborationRef()

setDefinitionalCollaborationRef

void setDefinitionalCollaborationRef(javax.xml.namespace.QName value)

hasDefinitionalCollaborationRef

boolean hasDefinitionalCollaborationRef()


Copyright © 2011 Petals Link. All Rights Reserved.