Interface EntityLoadInvocation
- All Superinterfaces:
EntityInvocation<Entity>
-
Method Summary
Modifier and TypeMethodDescriptiongetOid()voidsetLoadOption(LoadOption loadOption) voidvoidsetVersion(Long version) booleanwithLock()Methods inherited from interface org.iplass.mtp.entity.interceptor.EntityInvocation
getAttribute, getAttributeNames, getEntityDefinition, getType, proceed, setAttribute
-
Method Details
-
getOid
String getOid() -
setOid
-
getVersion
Long getVersion() -
setVersion
-
withLock
boolean withLock() -
getLoadOption
LoadOption getLoadOption() -
setLoadOption
-