|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ADRevision
| Nested Class Summary | |
|---|---|
static class |
ADRevision.VAttr
|
| Method Summary | ||
|---|---|---|
String |
getCheckSum()
The check sum of this revision. |
|
List<ADInstanceRevision> |
getInstanceRevision()
Returns the instance revisions of this revision. |
|
ADModel |
getModel()
The model that owns the current object. |
|
String |
getOriginLocation()
The location of the version repository. |
|
List<ADRevision> |
getPredecessor()
Returns the predecessor revisions of this revision. |
|
|
getReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the revision references referencing this revision. |
|
List<ADRevision> |
getSuccessor()
Returns the successor revisions of this revision. |
|
void |
setCheckSum(String value)
Set the value of Attribut CheckSum. |
|
void |
setOriginLocation(String value)
Set the value of Attribut OriginLocation. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADTimeAble |
|---|
getLtime, getNote, getUsrName, setLtime, setNote, setUsrName |
| 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.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 |
| Method Detail |
|---|
String getCheckSum()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<ADInstanceRevision> getInstanceRevision()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ADModel getModel()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getOriginLocation()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<ADRevision> getPredecessor()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
<T extends ADReference> List<T> getReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ADRevision> getSuccessor()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
void setCheckSum(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
void setOriginLocation(String value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||