Interface EntityLoadInvocation
- All Superinterfaces:
EntityInvocation<Entity>
-
Method Summary
Modifier and TypeMethodDescriptiongetOid()
void
setLoadOption
(LoadOption loadOption) void
void
setVersion
(Long version) boolean
withLock()
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
-