|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ADCSWorkStep
| Nested Class Summary | |
|---|---|
static class |
ADCSWorkStep.VAttr
|
| Method Summary | |
|---|---|
void |
addWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean replaceExisting)
Adds a list of instances to this ADCSWorkStep. |
ADChangeSet |
getChangeSet()
The change set that owns the current object. |
String |
getNote()
Returns the note for this ADCSWorkStep. |
List<ADCSWorkStepInstance> |
getOwnedWorkStepInstance(K_CONTROL_OPTION... behaviourFlags)
All instances of a modeling step assigned to this ADCSWorkStep. |
List<ADCSWorkStepModel> |
getOwnedWorkStepModel(K_CONTROL_OPTION... behaviourFlags)
All models of modeling steps owned by this ADCSWorkStep. |
void |
removeWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean removeAll)
Removes a list of instances from this ADCSWorkStep. |
void |
setNote(String value)
Set the value of Attribut Note. |
void |
setWorkStepModel(String strModel,
String strRep,
String strBitmap,
K_CS_WORKSTEP kState,
String strReason)
Marks this ADCSWorkStep as done or ignored for the specified innovator model. |
| 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.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Method Detail |
|---|
void addWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean replaceExisting)
throws InoNetException,
SrvErrorException
ADCSWorkStep.
seqInst - list of instances to be addedreplaceExisting - true, if all existing instances are removed and replaced by the specified instances, otherwise the list is added
InoNetException
SrvErrorException
ADChangeSet getChangeSet()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getNote()
throws InoNetException,
SrvErrorException
ADCSWorkStep.
InoNetException
SrvErrorException
List<ADCSWorkStepInstance> getOwnedWorkStepInstance(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
ADCSWorkStep.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ADCSWorkStepModel> getOwnedWorkStepModel(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
ADCSWorkStep.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
void removeWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean removeAll)
throws InoNetException,
SrvErrorException
ADCSWorkStep.
seqInst - list of instances to be removedremoveAll - true, if all instances are removed, otherwise only the specified instances are removed
InoNetException
SrvErrorException
void setNote(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
void setWorkStepModel(String strModel,
String strRep,
String strBitmap,
K_CS_WORKSTEP kState,
String strReason)
throws InoNetException,
SrvErrorException
ADCSWorkStep as done or ignored for the specified innovator model.
strModel - name of the referenced innovator modelstrRep - name of the repository or empty if the own repository is referencedstrBitmap - bitmap of the referenced innovator model, ignored if emptykState - state of this modeling step at the referenced innovator modelstrReason - optional reason why this state is used
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||