Class GetContainerableResult
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.util.GetContainerableResult
-
- All Implemented Interfaces:
Serializable
public final class GetContainerableResult extends Object implements Serializable
- Author:
- lazyman, mederly
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ResultStyle
RESULT_STYLE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getFullObject()
String
getOwnerOid()
-
-
-
Field Detail
-
RESULT_STYLE
public static final ResultStyle RESULT_STYLE
-
-
Method Detail
-
getFullObject
public byte[] getFullObject()
-
getOwnerOid
public String getOwnerOid()
-
-