Class GetObjectResult
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.util.GetObjectResult
-
- All Implemented Interfaces:
Serializable
public class GetObjectResult extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Class[]
EXT_COUNT_CLASSES
static ResultStyle
RESULT_STYLE
-
Constructor Summary
Constructors Constructor Description GetObjectResult(@NotNull String oid, @org.jetbrains.annotations.NotNull byte[] fullObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @org.jetbrains.annotations.NotNull byte[]
getFullObject()
@NotNull String
getOid()
-
-
-
Field Detail
-
EXT_COUNT_CLASSES
public static final Class[] EXT_COUNT_CLASSES
-
RESULT_STYLE
public static final ResultStyle RESULT_STYLE
-
-
Constructor Detail
-
GetObjectResult
public GetObjectResult(@NotNull @NotNull String oid, @NotNull @org.jetbrains.annotations.NotNull byte[] fullObject)
-
-
Method Detail
-
getOid
@NotNull public @NotNull String getOid()
-
getFullObject
@NotNull public @org.jetbrains.annotations.NotNull byte[] getFullObject()
-
-