Interface MMEngineeringAction
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAble
,ELNamespaceAsgnAble
,ELObject
,ELUUIDAble
,MMMetamodelElement
public interface MMEngineeringAction extends MMMetamodelElement, ELNamespaceAsgnAble, ELNamespaceAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MMEngineeringAction.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getActionTagsList()
The list of all action tags.java.lang.String
getArgument()
All arguments of this action.java.util.List<java.lang.String>
getClassPathList()
The list of all class path entries.java.util.List<ELValSpecString>
getClassPathValue(K_CONTROL_OPTION... behaviourFlags)
All string values of class paths owned by this engineering action.java.lang.String
getExecName()
The location of this action.java.util.List<ELValSpecString>
getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags)
All string values of tags owned by this engineering action.MMEngineeringSequence
getOwningEngineeringSequence()
The engineering sequence that owns this engineering action.MMVerifyClassification
getOwningVerifyClassification()
The verification category that owns this engineering action.java.util.List<java.lang.String>
getVirtualMachineList()
The list of all virtual machine entries.java.util.List<ELValSpecString>
getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags)
All string values of virtual machines owned by this engineering action.boolean
getWaitForSignal()
True, if this is a single action and the client should wait until the action is finished or if this is an action of a sequence and the action has to wait for the data of the preceeding action.boolean
getWithDialog()
True, if this single action has a dialog for additional parameters.java.lang.String
getWorkingDirectory()
The working directory of this action.-
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.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
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.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
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.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
getExecName
java.lang.String getExecName() throws InoNetException, SrvErrorException
The location of this action.- Throws:
InoNetException
SrvErrorException
-
getArgument
java.lang.String getArgument() throws InoNetException, SrvErrorException
All arguments of this action.- Throws:
InoNetException
SrvErrorException
-
getWaitForSignal
boolean getWaitForSignal() throws InoNetException, SrvErrorException
True, if this is a single action and the client should wait until the action is finished or if this is an action of a sequence and the action has to wait for the data of the preceeding action.- Throws:
InoNetException
SrvErrorException
-
getWithDialog
boolean getWithDialog() throws InoNetException, SrvErrorException
True, if this single action has a dialog for additional parameters.- Throws:
InoNetException
SrvErrorException
-
getWorkingDirectory
java.lang.String getWorkingDirectory() throws InoNetException, SrvErrorException
The working directory of this action.- Throws:
InoNetException
SrvErrorException
-
getClassPathList
java.util.List<java.lang.String> getClassPathList() throws InoNetException, SrvErrorException
The list of all class path entries.- Throws:
InoNetException
SrvErrorException
-
getVirtualMachineList
java.util.List<java.lang.String> getVirtualMachineList() throws InoNetException, SrvErrorException
The list of all virtual machine entries.- Throws:
InoNetException
SrvErrorException
-
getActionTagsList
java.util.List<java.lang.String> getActionTagsList() throws InoNetException, SrvErrorException
The list of all action tags.- Throws:
InoNetException
SrvErrorException
-
getVirtualMachineValue
java.util.List<ELValSpecString> getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All string values of virtual machines owned by this engineering action.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getClassPathValue
java.util.List<ELValSpecString> getClassPathValue(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All string values of class paths owned by this engineering action.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwnedEngineeringTag
java.util.List<ELValSpecString> getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All string values of tags owned by this engineering action.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwningEngineeringSequence
MMEngineeringSequence getOwningEngineeringSequence() throws InoNetException, SrvErrorException
The engineering sequence that owns this engineering action.- Throws:
InoNetException
SrvErrorException
-
getOwningVerifyClassification
MMVerifyClassification getOwningVerifyClassification() throws InoNetException, SrvErrorException
The verification category that owns this engineering action.- Throws:
InoNetException
SrvErrorException
-
-