|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface BPInputOutputSpecifyAble
This is a utility class for BPInputOutputSpecifyAble that provides static methods for creation or other purposes.
| Nested Class Summary | |
|---|---|
static class |
BPInputOutputSpecifyAble.VAttr
|
| Method Summary | |
|---|---|
List<BPDataObject> |
getDataInput(K_CONTROL_OPTION... behaviourFlags)
All data inputs at this BPInputOutputSpecifyAble. |
List<BPDataObject> |
getDataInput(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDataInput and filters its return values according to the given stereotype value. |
List<BPDataObject> |
getDataOutput(K_CONTROL_OPTION... behaviourFlags)
All data outputs at this BPInputOutputSpecifyAble. |
List<BPDataObject> |
getDataOutput(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDataOutput and filters its return values according to the given stereotype value. |
String |
getFlowExpandedShortValue(MMText refObj,
String pattern)
Returns the formatted value of this element given by argument pattern or argument refObj where all fill-ins are expanded with short names. |
List<BPDataObject> |
getInputOutputObject(K_CONTROL_OPTION... behaviourFlags)
All input and output objects. |
List<BPDataObject> |
getInputOutputObject(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getInputOutputObject and filters its return values according to the given stereotype value. |
List<BPInputSet> |
getInputSet(K_CONTROL_OPTION... behaviourFlags)
All BPInputSet of the BPInputOutputSpecifyAble. |
List<BPDataObject> |
getIODataObject(K_CONTROL_OPTION... behaviourFlags)
All objects of the BPInputOutputSpecifyAble. |
List<BPDataObject> |
getIODataObjectByKind(K_BP_DATA_OBJECT_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All objects with a given type. |
List<BPDataObject> |
getIODataObjectByKind(MMStereotype stereotype,
K_BP_DATA_OBJECT_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
The method calls getIODataObjectByKind and filters its return values according to the given stereotype value. |
ARG_ModifyFlowDocumentsReq |
getModifyIOSpecs(boolean item)
Returns information for the modification of input/output specification FlowDocuments of this element. |
List<BPOutputSet> |
getOutputSet(K_CONTROL_OPTION... behaviourFlags)
All BPOutputSet of the BPInputOutputSpecifyAble. |
| 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.ELObject |
|---|
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement |
|---|
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| Method Detail |
|---|
List<BPDataObject> getDataInput(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
BPInputOutputSpecifyAble.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getDataInput(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getDataOutput(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
BPInputOutputSpecifyAble.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getDataOutput(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
String getFlowExpandedShortValue(MMText refObj,
String pattern)
throws InoNetException,
SrvErrorException
argument refObj where all fill-ins are expanded with short names.
refObj - A further instance of type MMText which is used to control the behaviour of the method. (see description above) This parameter is optional. (Its value can be given as null.)pattern - A string pattern. This parameter is optional. (Its value can be given as null.)
InoNetException
SrvErrorException
List<BPDataObject> getInputOutputObject(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getInputOutputObject(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPInputSet> getInputSet(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
BPInputSet of the BPInputOutputSpecifyAble.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getIODataObject(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
BPInputOutputSpecifyAble.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<BPDataObject> getIODataObjectByKind(K_BP_DATA_OBJECT_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
kind - A value of type K_BP_DATA_OBJECT_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.
InoNetException
SrvErrorException
List<BPDataObject> getIODataObjectByKind(MMStereotype stereotype,
K_BP_DATA_OBJECT_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
stereotype - The stereotype used to filter the result listkind - A value of type K_BP_DATA_OBJECT_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.
InoNetException
SrvErrorException
ARG_ModifyFlowDocumentsReq getModifyIOSpecs(boolean item)
throws InoNetException,
SrvErrorException
item -
InoNetException
SrvErrorException
List<BPOutputSet> getOutputSet(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
BPOutputSet of the BPInputOutputSpecifyAble.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||