Package de.mid.innovator.srv2api.icw2bp
Interface BPActivityNode
-
- All Superinterfaces:
ADClientAble
,ADFindAble
,ADHistoryAble
,ADM2AttrModifyAble
,BCBaseElement
,BCBaseNamedStereotypeAble
,BCPropertyAble
,BPFlowElement
,BPInputOutputSpecifyAble
,BPPathAble
,BPSequenceFlowNode
,BRCostCenterAble
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAble
,ELObject
,ELUUIDAble
,ELValueContainerAble
,MECommentAble
,MEConstraintAble
,MEModelElement
,MENamedElement
,MEStereotypeAble
,MMAttachmentAble
,MMCommentContainerAble
,MMLabelAble
,MMLabelTextAttachmentAble
,MMStereotypeAble
,MMTextAble
- All Known Subinterfaces:
BPMaskTask
,BPSubProcess
,BPTaskNode
public interface BPActivityNode extends BPInputOutputSpecifyAble, BPSequenceFlowNode, BRCostCenterAble
This is a utility class for BPActivityNode that provides static methods for creation or other purposes.- Note:
- The interface BPActivityNode describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BPActivityNode.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BPProperty>
getActivityProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of theBPActivityNode
.java.util.List<BPActivityResource>
getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as accountable.java.util.List<BPActivityResource>
getActivityResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceAccountable and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)
All activity resources of the given RACI type.java.util.List<BPActivityResource>
getActivityResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceByRACIType and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked to be consulted.java.util.List<BPActivityResource>
getActivityResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceConsulted and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked to be informed.java.util.List<BPActivityResource>
getActivityResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceInformed and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as responsible.java.util.List<BPActivityResource>
getActivityResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceResponsible and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as supportive.java.util.List<BPActivityResource>
getActivityResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceSupportive and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>
getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)
All activity resources with an unspecified RACI type.java.util.List<BPActivityResource>
getActivityResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityResourceUnspecified and filters its return values according to the given stereotype value.boolean
getApplyInCalculation()
Specifies if activity is used for activity based costing.java.lang.String
getCompletionQuantity()
The default value is 1.int
getCostsPerExecution()
Costs to perform one execution of the activity.<T extends BPEventDefinition>
java.util.List<T>getEventDefinition(java.lang.Class<T> returnType)
java.util.List<BPEventNode>
getEventNode()
All intermediate boundary events at the activity.int
getExecutionTime()
Time needed to complete this activity.int
getFrequencyPerYear()
Times the activity is started during one year.<T extends BPAssociationArtifact>
java.util.List<T>getIncomingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPDataIOAssociation>
getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually coming in to thisBPActivityNode
even though logically there is an data input interconnected.java.util.List<BPDataIOAssociation>
getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.BPLoopCharx
getLoopCharacteristics()
All loop characteristics of theBPActivityNode
.K_BP_ACTIVITY_LOOPCHARX_TYPE
getLoopCharxType()
An activity may be performed once or may be repeated.int
getMeanLoopNumber()
Mean number of recurrences of this activity.java.lang.String
getMultiLoopCardinality()
The Property "LoopCardinality" of the assignedBPMultiInstLoopCharx
.java.lang.String
getMultiLoopCompletionCondition()
The Property "CompletionCondition" of the assignedBPMultiInstLoopCharx
.boolean
getMultiLoopIsSequential()
The Property "IsSequential" of the assignedBPMultiInstLoopCharx
.java.util.List<BPDataIOAssociation>
getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually going out of thisBPActivityNode
even though logically there is an data output interconnected.java.util.List<BPDataIOAssociation>
getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>
getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)
All data associations of the activity.java.util.List<BPActivityResource>
getResource(K_CONTROL_OPTION... behaviourFlags)
All resource assignments of the activity.<T extends MERefAbleAsResource>
java.util.List<T>getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MERefAbleAsResource>
java.util.List<T>getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceAssigned and filters its return values according to the given stereotype value.java.lang.String
getStartQuantity()
The default value is 1.java.lang.String
getStdLoopCondition()
The Property "LoopCondition" of the assignedBPStdLoopCharx
.java.lang.String
getStdLoopMaximum()
The Property "LoopMaximum" of the assignedBPStdLoopCharx
.boolean
getStdLoopTestBefore()
The Property "TestBefore" of the assignedBPStdLoopCharx
.boolean
getUseResources()
Specifies if resources assigned to this activity are used for activity based costing.<T extends BPItemAwareElement>
java.util.List<T>getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns allBPItemAwareElement
on the source side of all ownedBPDataIOAssociation
by thisBPActivityNode
.<T extends BPItemAwareElement>
java.util.List<T>getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns allBPItemAwareElement
on the target side of all ownedBPDataIOAssociation
by thisBPActivityNode
.<T extends BPItemAwareElement>
java.util.List<T>getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.boolean
isForCompensation()
A flag that identifies whether this activity is intended for the purposes of compensation.void
setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation.void
setCompletionQuantity(java.lang.String value)
Set the value of Attribut CompletionQuantity.void
setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution.void
setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
setExecutionTime(int value)
Set the value of Attribut ExecutionTime.void
setForCompensation(boolean value)
Set the value of Attribut IsForCompensation.void
setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear.void
setLoopCharxType(K_BP_ACTIVITY_LOOPCHARX_TYPE value)
Set the value of Info LoopCharxType.void
setMeanLoopNumber(int value)
Set the value of Attribut MeanLoopNumber.void
setMultiLoopCardinality(java.lang.String value)
Set the value of Info MultiLoopCardinality.void
setMultiLoopCompletionCondition(java.lang.String value)
Set the value of Info MultiLoopCompletionCondition.void
setMultiLoopIsSequential(boolean value)
Set the value of Info MultiLoopIsSequential.void
setResourceAssigned(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View ResourceAssigned.void
setStartQuantity(java.lang.String value)
Set the value of Attribut StartQuantity.void
setStdLoopCondition(java.lang.String value)
Set the value of Info StdLoopCondition.void
setStdLoopMaximum(java.lang.String value)
Set the value of Info StdLoopMaximum.void
setStdLoopTestBefore(boolean value)
Set the value of Info StdLoopTestBefore.void
setUseResources(boolean value)
Set the value of Attribut UseResources.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bc.BCBaseElement
getBusinessIdentifier, setBusinessIdentifier
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bc.BCPropertyAble
getAssignedPropertySet, getOwnedAdHocProperty, getPropertySetsAssigned, getPropertySetsAssigned, setPropertySetsAssigned
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bp.BPFlowElement
assignToLane, getFlowElementContainer, getGroupArtifact, getIncomingAssociationArtifact, getLane, getLaneAssigned, getLaneAssignedInLaneSet, getLaneAssignedInTopLaneSet, getLaneAssignedTransitiveUp, getLaneAssignedTransitiveUp, getLaneSetAssigned, getLaneSetAssigned, getLaneSetAssignedTransitiveUp, getLaneSetAssignedTransitiveUp, getTopFlowElementContainer, setGroupArtifact
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bp.BPInputOutputSpecifyAble
getDataInput, getDataInput, getDataOutput, getDataOutput, getFlowExpandedShortValue, getInputOutputObject, getInputOutputObject, getInputSet, getIODataObject, getIODataObjectByKind, getIODataObjectByKind, getModifyIOSpecs, getOutputSet
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bp.BPPathAble
getElementAtPathR, getPath, getPath, getPresentationInMasterView, getPresentationInStandardView
-
Methods inherited from interface de.mid.innovator.srv2api.icw2bp.BPSequenceFlowNode
getIncomingSequenceFlow, getOutgoingSequenceFlow
-
Methods inherited from interface de.mid.innovator.srv2api.icw2br.BRCostCenterAble
getCostCenter, setCostCenter
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble
getValueReUseAble, setValueReUseAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MECommentAble
getAssignedComment, getAssignedComment, getCommentAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEConstraintAble
getAssignedConstraint, getAssignedConstraint, getConstraintAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamedElement
getMappingSourceElement, getMappingSourceElement, getMESupplierDependency, getMESupplierMappingDependency
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble
getApplicableAnalysisDia, getClientMappingDependency, getDecisionMade, getDecisionOwned, getKnowledgeSourceOfOwner, getMappingTargetElement, getMappingTargetElement, getProxyAsgProperty, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, setMapped, setRequirementOfStakeholder
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachment
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMCommentContainerAble
getOutgoingConceptRealization, getOwnedComment, getRealizedConcept, getRealizedConcept, replaceRealizedConcepts, setRealizedConcept
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMStereotypeAble
assignStereotypeDlg, cloneElement, completelySynchronizeOthers, completelySynchronizeThis, getAttrCnstrEffective, getCreateTemplate, getDisplayType, getOwnedFormat, getOwnedStereotypePropertyValSpec, getOwnedStereotypeTSOptionValSpec, getOwnedSyncedElement, getPropBoolValue, getPropLongValue, getPropStringValue, getPropValueList, getStereoPropValueByPattern, getStereoPropValueByPattern, getStereotype, getStereotypeName, getStereotypeProperty, getStereotypePropertyInfo, getStereotypePropertyNameValue, getStereotypeTSOption, getStereotypeTSOptionBoolValue, getStereotypeTSOptionInfo, getStereotypeTSOptionLongValue, getStereotypeTSOptionNameValue, getStereotypeTSOptionStringValue, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueList, getSyncedElement, getSyncedStereotypeAble, getSyncedStereotypeAble, isCloneAbleElement, modifyStereotypePropertyValuesByName, modifyStereotypeTSOptionValuesByName, setStereotype, setStereotypePropertyInfo, setStereotypeTSOptionInfo, setSyncedStereotypeAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg
-
-
-
-
Method Detail
-
isForCompensation
boolean isForCompensation() throws InoNetException, SrvErrorException
A flag that identifies whether this activity is intended for the purposes of compensation.- Throws:
InoNetException
SrvErrorException
-
setForCompensation
void setForCompensation(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut IsForCompensation.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getStartQuantity
java.lang.String getStartQuantity() throws InoNetException, SrvErrorException
The default value is 1. The value must not be less than 1. This attribute defines the number of tokens that must arrive before the activity can begin. Note that any value for the attribute that is greater than 1 is an advanced type of modeling and should be used with caution.- Throws:
InoNetException
SrvErrorException
-
setStartQuantity
void setStartQuantity(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut StartQuantity.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getCompletionQuantity
java.lang.String getCompletionQuantity() throws InoNetException, SrvErrorException
The default value is 1. The value must not be less than 1. This attribute defines the number of tokens that must be generated from the activity. This number of tokens will be sent down any outgoingBPSequenceFlow
(assuming any Sequence Flow Conditions are satisfied). Note that any value for the attribute that is greater than 1 is an advanced type of modeling and should be used with caution.- Throws:
InoNetException
SrvErrorException
-
setCompletionQuantity
void setCompletionQuantity(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut CompletionQuantity.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getExecutionTime
int getExecutionTime() throws InoNetException, SrvErrorException
Time needed to complete this activity. Attribute is used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setExecutionTime
void setExecutionTime(int value) throws InoNetException, SrvErrorException
Set the value of Attribut ExecutionTime.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getFrequencyPerYear
int getFrequencyPerYear() throws InoNetException, SrvErrorException
Times the activity is started during one year. Attribute is used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setFrequencyPerYear
void setFrequencyPerYear(int value) throws InoNetException, SrvErrorException
Set the value of Attribut FrequencyPerYear.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getApplyInCalculation
boolean getApplyInCalculation() throws InoNetException, SrvErrorException
Specifies if activity is used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setApplyInCalculation
void setApplyInCalculation(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut ApplyInCalculation.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getCostsPerExecution
int getCostsPerExecution() throws InoNetException, SrvErrorException
Costs to perform one execution of the activity. Attribute is used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setCostsPerExecution
void setCostsPerExecution(int value) throws InoNetException, SrvErrorException
Set the value of Attribut CostsPerExecution.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getMeanLoopNumber
int getMeanLoopNumber() throws InoNetException, SrvErrorException
Mean number of recurrences of this activity. Attribute is used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setMeanLoopNumber
void setMeanLoopNumber(int value) throws InoNetException, SrvErrorException
Set the value of Attribut MeanLoopNumber.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getUseResources
boolean getUseResources() throws InoNetException, SrvErrorException
Specifies if resources assigned to this activity are used for activity based costing.- Throws:
InoNetException
SrvErrorException
-
setUseResources
void setUseResources(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut UseResources.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getLoopCharxType
K_BP_ACTIVITY_LOOPCHARX_TYPE getLoopCharxType() throws InoNetException, SrvErrorException
An activity may be performed once or may be repeated.- Throws:
InoNetException
SrvErrorException
-
setLoopCharxType
void setLoopCharxType(K_BP_ACTIVITY_LOOPCHARX_TYPE value) throws InoNetException, SrvErrorException
Set the value of Info LoopCharxType.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getStdLoopMaximum
java.lang.String getStdLoopMaximum() throws InoNetException, SrvErrorException
The Property "LoopMaximum" of the assignedBPStdLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setStdLoopMaximum
void setStdLoopMaximum(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info StdLoopMaximum.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getStdLoopCondition
java.lang.String getStdLoopCondition() throws InoNetException, SrvErrorException
The Property "LoopCondition" of the assignedBPStdLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setStdLoopCondition
void setStdLoopCondition(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info StdLoopCondition.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getStdLoopTestBefore
boolean getStdLoopTestBefore() throws InoNetException, SrvErrorException
The Property "TestBefore" of the assignedBPStdLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setStdLoopTestBefore
void setStdLoopTestBefore(boolean value) throws InoNetException, SrvErrorException
Set the value of Info StdLoopTestBefore.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getMultiLoopCardinality
java.lang.String getMultiLoopCardinality() throws InoNetException, SrvErrorException
The Property "LoopCardinality" of the assignedBPMultiInstLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setMultiLoopCardinality
void setMultiLoopCardinality(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info MultiLoopCardinality.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getMultiLoopCompletionCondition
java.lang.String getMultiLoopCompletionCondition() throws InoNetException, SrvErrorException
The Property "CompletionCondition" of the assignedBPMultiInstLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setMultiLoopCompletionCondition
void setMultiLoopCompletionCondition(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info MultiLoopCompletionCondition.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getMultiLoopIsSequential
boolean getMultiLoopIsSequential() throws InoNetException, SrvErrorException
The Property "IsSequential" of the assignedBPMultiInstLoopCharx
.- Throws:
InoNetException
SrvErrorException
-
setMultiLoopIsSequential
void setMultiLoopIsSequential(boolean value) throws InoNetException, SrvErrorException
Set the value of Info MultiLoopIsSequential.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getResourceAssigned
<T extends MERefAbleAsResource> java.util.List<T> getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getResourceAssigned
<T extends MERefAbleAsResource> java.util.List<T> getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getResourceAssigned and filters its return values according to the given stereotype value.- Parameters:
returnType
- Specifies the type of elements to be returned.stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
setResourceAssigned
void setResourceAssigned(java.util.List<? extends MERefAbleAsResource> values) throws InoNetException, SrvErrorException
Set the value of View ResourceAssigned.- Parameters:
values
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getVisibleOutgoingItemAwareElement
<T extends BPItemAwareElement> java.util.List<T> getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Returns allBPItemAwareElement
on the target side of all ownedBPDataIOAssociation
by thisBPActivityNode
.- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getVisibleOutgoingItemAwareElement
<T extends BPItemAwareElement> java.util.List<T> getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.- Parameters:
returnType
- Specifies the type of elements to be returned.stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getVisibleIncomingItemAwareElement
<T extends BPItemAwareElement> java.util.List<T> getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Returns allBPItemAwareElement
on the source side of all ownedBPDataIOAssociation
by thisBPActivityNode
.- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getVisibleIncomingItemAwareElement
<T extends BPItemAwareElement> java.util.List<T> getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.- Parameters:
returnType
- Specifies the type of elements to be returned.stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOutgoingDataIOAssociation
java.util.List<BPDataIOAssociation> getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
BPDataIOAssociation
visually going out of thisBPActivityNode
even though logically there is an data output interconnected.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOutgoingDataIOAssociation
java.util.List<BPDataIOAssociation> getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getIncomingDataIOAssociation
java.util.List<BPDataIOAssociation> getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
BPDataIOAssociation
visually coming in to thisBPActivityNode
even though logically there is an data input interconnected.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getIncomingDataIOAssociation
java.util.List<BPDataIOAssociation> getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceByRACIType
java.util.List<BPActivityResource> getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources of the given RACI type.- Parameters:
kind
- A value of type K_BP_ACTIVITYRESOURCE_RACI_TYPE that controls the behaviour of the underlying method. (see description)behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceByRACIType
java.util.List<BPActivityResource> getActivityResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceByRACIType and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listkind
- A value of type K_BP_ACTIVITYRESOURCE_RACI_TYPE that controls the behaviour of the underlying method. (see description)behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceResponsible
java.util.List<BPActivityResource> getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources marked as responsible.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceResponsible
java.util.List<BPActivityResource> getActivityResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceResponsible and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceAccountable
java.util.List<BPActivityResource> getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources marked as accountable.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceAccountable
java.util.List<BPActivityResource> getActivityResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceAccountable and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceConsulted
java.util.List<BPActivityResource> getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources marked to be consulted.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceConsulted
java.util.List<BPActivityResource> getActivityResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceConsulted and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceInformed
java.util.List<BPActivityResource> getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources marked to be informed.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceInformed
java.util.List<BPActivityResource> getActivityResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceInformed and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceUnspecified
java.util.List<BPActivityResource> getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources with an unspecified RACI type.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceUnspecified
java.util.List<BPActivityResource> getActivityResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceUnspecified and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getActivityResourceSupportive
java.util.List<BPActivityResource> getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activity resources marked as supportive.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- The result may be sorted.
-
getActivityResourceSupportive
java.util.List<BPActivityResource> getActivityResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getActivityResourceSupportive and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getLoopCharacteristics
BPLoopCharx getLoopCharacteristics() throws InoNetException, SrvErrorException
All loop characteristics of theBPActivityNode
.- Throws:
InoNetException
SrvErrorException
-
getEventNode
java.util.List<BPEventNode> getEventNode() throws InoNetException, SrvErrorException
All intermediate boundary events at the activity.- Throws:
InoNetException
SrvErrorException
-
getResource
java.util.List<BPActivityResource> getResource(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All resource assignments of the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getActivityProperty
java.util.List<BPProperty> getActivityProperty(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All properties of theBPActivityNode
.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwnedDataAssociation
java.util.List<BPDataIOAssociation> getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All data associations of the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getIncomingCompensationAssociation
<T extends BPAssociationArtifact> java.util.List<T> getIncomingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getEventDefinition
<T extends BPEventDefinition> java.util.List<T> getEventDefinition(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.- Throws:
InoNetException
SrvErrorException
-
setEventDefinition
void setEventDefinition(java.util.List<? extends BPEventDefinition> values) throws InoNetException, SrvErrorException
Set the value of Foreign Key EventDefinition.- Parameters:
values
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
-