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

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, TBaseElement, WithAuditingAndMonitoring, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
Activity, AdHocSubProcess, BoundaryEvent, BusinessRuleTask, CallActivity, CallChoreography, CatchEvent, ChoreographyActivity, ChoreographyTask, ComplexGateway, DataObject, DataObjectReference, DataStoreReference, EndEvent, Event, EventBasedGateway, ExclusiveGateway, FlowElement, FlowNode, Gateway, ImplicitThrowEvent, InclusiveGateway, IntermediateCatchEvent, IntermediateThrowEvent, ManualTask, ParallelGateway, ReceiveTask, ScriptTask, SendTask, SequenceFlow, ServiceTask, StartEvent, SubChoreography, SubProcess, TActivity, TAdHocSubProcess, Task, TBoundaryEvent, TBusinessRuleTask, TCallActivity, TCallChoreography, TCatchEvent, TChoreographyActivity, TChoreographyTask, TComplexGateway, TDataObject, TDataObjectReference, TDataStoreReference, TEndEvent, TEvent, TEventBasedGateway, TExclusiveGateway, TFlowNode, TGateway, ThrowEvent, TImplicitThrowEvent, TInclusiveGateway, TIntermediateCatchEvent, TIntermediateThrowEvent, TManualTask, TParallelGateway, Transaction, TReceiveTask, TScriptTask, TSendTask, TSequenceFlow, TServiceTask, TStartEvent, TSubChoreography, TSubProcess, TTask, TThrowEvent, TTransaction, TUserTask, UserTask

public interface TFlowElement
extends TBaseElement, com.ebmwebsourcing.easybox.api.with.WithName, WithAuditingAndMonitoring


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 void addCategoryValueRef(javax.xml.namespace.QName qname)
           
 javax.xml.namespace.QName[] getCategoryValueRef()
           
 boolean hasCategoryValueRef()
           
 void removeCategoryValueRef(javax.xml.namespace.QName qname)
           
 void 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
 

Method Detail

getCategoryValueRef

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

hasCategoryValueRef

boolean hasCategoryValueRef()

unsetCategoryValueRef

void unsetCategoryValueRef()

addCategoryValueRef

void addCategoryValueRef(javax.xml.namespace.QName qname)

removeCategoryValueRef

void removeCategoryValueRef(javax.xml.namespace.QName qname)


Copyright © 2011 Petals Link. All Rights Reserved.