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 classMMEngineeringAction.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.StringgetArgument()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.StringgetExecName()The location of this action.java.util.List<ELValSpecString>getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags)All string values of tags owned by this engineering action.MMEngineeringSequencegetOwningEngineeringSequence()The engineering sequence that owns this engineering action.MMVerifyClassificationgetOwningVerifyClassification()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.booleangetWaitForSignal()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.booleangetWithDialog()True, if this single action has a dialog for additional parameters.java.lang.StringgetWorkingDirectory()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, SrvErrorExceptionThe location of this action.- Throws:
InoNetExceptionSrvErrorException
-
getArgument
java.lang.String getArgument() throws InoNetException, SrvErrorExceptionAll arguments of this action.- Throws:
InoNetExceptionSrvErrorException
-
getWaitForSignal
boolean getWaitForSignal() throws InoNetException, SrvErrorExceptionTrue, 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:
InoNetExceptionSrvErrorException
-
getWithDialog
boolean getWithDialog() throws InoNetException, SrvErrorExceptionTrue, if this single action has a dialog for additional parameters.- Throws:
InoNetExceptionSrvErrorException
-
getWorkingDirectory
java.lang.String getWorkingDirectory() throws InoNetException, SrvErrorExceptionThe working directory of this action.- Throws:
InoNetExceptionSrvErrorException
-
getClassPathList
java.util.List<java.lang.String> getClassPathList() throws InoNetException, SrvErrorExceptionThe list of all class path entries.- Throws:
InoNetExceptionSrvErrorException
-
getVirtualMachineList
java.util.List<java.lang.String> getVirtualMachineList() throws InoNetException, SrvErrorExceptionThe list of all virtual machine entries.- Throws:
InoNetExceptionSrvErrorException
-
getActionTagsList
java.util.List<java.lang.String> getActionTagsList() throws InoNetException, SrvErrorExceptionThe list of all action tags.- Throws:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException- 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:
InoNetExceptionSrvErrorException- 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:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwningEngineeringSequence
MMEngineeringSequence getOwningEngineeringSequence() throws InoNetException, SrvErrorException
The engineering sequence that owns this engineering action.- Throws:
InoNetExceptionSrvErrorException
-
getOwningVerifyClassification
MMVerifyClassification getOwningVerifyClassification() throws InoNetException, SrvErrorException
The verification category that owns this engineering action.- Throws:
InoNetExceptionSrvErrorException
-
-