de.mid.innovator.srv2api.icw2meta
Interface ADInstanceRevision

All Superinterfaces:
ELContAsgnAble, ELElement, ELObject

public interface ADInstanceRevision
extends ELContAsgnAble


Nested Class Summary
static class ADInstanceRevision.VAttr
           
 
Method Summary
 String getCheckSum()
          The check sum of this instance revision.
 ADInstance getInstance()
          The instance that owns the current object.
 List<ADRevision> getRevision()
          Returns the revisions of this instance revision.
 Class<? extends ELObject> getVOcl()
          Identification the metaclass of this instance revision.
 void setCheckSum(String value)
          Set the value of Attribut CheckSum.
 
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

getCheckSum

String getCheckSum()
                   throws InoNetException,
                          SrvErrorException
The check sum of this instance revision. The check sum considers the values of the persistent attributes except UUID, Id, and ClientId.

Throws:
InoNetException
SrvErrorException

getInstance

ADInstance getInstance()
                       throws InoNetException,
                              SrvErrorException
The instance that owns the current object.

Throws:
InoNetException
SrvErrorException

getRevision

List<ADRevision> getRevision()
                             throws InoNetException,
                                    SrvErrorException
Returns the revisions of this instance revision.

Throws:
InoNetException
SrvErrorException

getVOcl

Class<? extends ELObject> getVOcl()
                                  throws InoNetException,
                                         SrvErrorException
Identification the metaclass of this instance revision.

Throws:
InoNetException
SrvErrorException

setCheckSum

void setCheckSum(String value)
                 throws InoNetException,
                        SrvErrorException
Set the value of Attribut CheckSum.

Parameters:
value - The value to be set.
Throws:
InoNetException
SrvErrorException