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

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
Activity, AdHocSubProcess, Artifact, Assignment, Association, Auditing, BaseElement, BoundaryEvent, BusinessRuleTask, CallableElement, CallActivity, CallChoreography, CallConversation, CancelEventDefinition, CatchEvent, Category, CategoryValue, Choreography, ChoreographyActivity, ChoreographyTask, Collaboration, CompensateEventDefinition, ComplexBehaviorDefinition, ComplexGateway, ConditionalEventDefinition, Conversation, ConversationAssociation, ConversationLink, ConversationNode, CorrelationKey, CorrelationProperty, CorrelationPropertyBinding, CorrelationPropertyRetrievalExpression, CorrelationSubscription, DataAssociation, DataInput, DataInputAssociation, DataObject, DataObjectReference, DataOutput, DataOutputAssociation, DataState, DataStore, DataStoreReference, EndEvent, EndPoint, Error, ErrorEventDefinition, Escalation, EscalationEventDefinition, Event, EventBasedGateway, EventDefinition, ExclusiveGateway, FlowElement, FlowNode, Gateway, GlobalBusinessRuleTask, GlobalChoreographyTask, GlobalConversation, GlobalManualTask, GlobalScriptTask, GlobalTask, GlobalUserTask, Group, HumanPerformer, ImplicitThrowEvent, InclusiveGateway, InputOutputBinding, InputOutputSpecification, InputSet, Interface, IntermediateCatchEvent, IntermediateThrowEvent, ItemDefinition, Lane, LaneSet, LinkEventDefinition, LoopCharacteristics, ManualTask, Message, MessageEventDefinition, MessageFlow, MessageFlowAssociation, Monitoring, MultiInstanceLoopCharacteristics, Operation, OutputSet, ParallelGateway, Participant, ParticipantAssociation, ParticipantMultiplicity, PartnerEntity, PartnerRole, Performer, PotentialOwner, Process, Property, ReceiveTask, RelationShip, Rendering, Resource, ResourceAssignmentExpression, ResourceParameter, ResourceParameterBinding, ResourceRole, RootElement, ScriptTask, SendTask, SequenceFlow, ServiceTask, Signal, SignalEventDefinition, StandardLoopCharacteristics, StartEvent, SubChoreography, SubConversation, SubProcess, TActivity, TAdHocSubProcess, TArtifact, Task, TAssignment, TAssociation, TAuditing, TBoundaryEvent, TBusinessRuleTask, TCallableElement, TCallActivity, TCallChoreography, TCallConversation, TCancelEventDefinition, TCatchEvent, TCategory, TCategoryValue, TChoreography, TChoreographyActivity, TChoreographyTask, TCollaboration, TCompensateEventDefinition, TComplexBehaviorDefinition, TComplexGateway, TConditionalEventDefinition, TConversation, TConversationAssociation, TConversationLink, TConversationNode, TCorrelationKey, TCorrelationProperty, TCorrelationPropertyBinding, TCorrelationPropertyRetrievalExpression, TCorrelationSubscription, TDataAssociation, TDataInput, TDataInputAssociation, TDataObject, TDataObjectReference, TDataOutput, TDataOutputAssociation, TDataState, TDataStore, TDataStoreReference, TEndEvent, TEndPoint, TerminateEventDefinition, TError, TErrorEventDefinition, TEscalation, TEscalationEventDefinition, TEvent, TEventBasedGateway, TEventDefinition, TExclusiveGateway, TextAnnotation, TFlowElement, TFlowNode, TGateway, TGlobalBusinessRuleTask, TGlobalChoreographyTask, TGlobalConversation, TGlobalManualTask, TGlobalScriptTask, TGlobalTask, TGlobalUserTask, TGroup, ThrowEvent, THumanPerformer, TimerEventDefinition, TImplicitThrowEvent, TInclusiveGateway, TInputOutputBinding, TInputOutputSpecification, TInputSet, TInterface, TIntermediateCatchEvent, TIntermediateThrowEvent, TItemDefinition, TLane, TLaneSet, TLinkEventDefinition, TLoopCharacteristics, TManualTask, TMessage, TMessageEventDefinition, TMessageFlow, TMessageFlowAssociation, TMonitoring, TMultiInstanceLoopCharacteristics, TOperation, TOutputSet, TParallelGateway, TParticipant, TParticipantAssociation, TParticipantMultiplicity, TPartnerEntity, TPartnerRole, TPerformer, TPotentialOwner, TProcess, TProperty, Transaction, TReceiveTask, TRelationship, TRendering, TResource, TResourceAssignmentExpression, TResourceParameter, TResourceParameterBinding, TResourceRole, TRootElement, TScriptTask, TSendTask, TSequenceFlow, TServiceTask, TSignal, TSignalEventDefinition, TStandardLoopCharacteristics, TStartEvent, TSubChoreography, TSubConversation, TSubProcess, TTask, TTerminateEventDefinition, TTextAnnotation, TThrowEvent, TTimerEventDefinition, TTransaction, TUserTask, UserTask

public interface TBaseElement
extends com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.with.WithId


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 void addDocumentation(Documentation doc)
           
 Documentation[] getDocumentations()
           
 ExtensionElements getExtensionElements()
           
 boolean hasDocumentation()
           
 boolean hasExtensionElements()
           
 void removeDocumentation(Documentation doc)
           
 void setExtensionElements(ExtensionElements value)
           
 
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
 

Method Detail

getDocumentations

Documentation[] getDocumentations()

hasDocumentation

boolean hasDocumentation()

addDocumentation

void addDocumentation(Documentation doc)

removeDocumentation

void removeDocumentation(Documentation doc)

getExtensionElements

ExtensionElements getExtensionElements()

setExtensionElements

void setExtensionElements(ExtensionElements value)

hasExtensionElements

boolean hasExtensionElements()


Copyright © 2011 Petals Link. All Rights Reserved.