Package com.evolveum.midpoint.prism
Interface Objectable
-
- All Superinterfaces:
Containerable
,DebugDumpable
,Serializable
- All Known Implementing Classes:
AbstractAccessCertificationDefinitionType
,AbstractRoleType
,AccessCertificationCampaignType
,AccessCertificationDefinitionForReportType
,AccessCertificationDefinitionType
,ArchetypeType
,AssignmentHolderType
,CaseType
,ConnectorHostType
,ConnectorType
,DashboardType
,FocusType
,FormType
,FunctionLibraryType
,GenericObjectType
,LookupTableType
,NodeType
,ObjectCollectionType
,ObjectTemplateType
,ObjectType
,ObjectType
,OrgType
,RawObjectType
,ReportDataType
,ReportType
,ResourceType
,RoleType
,SecurityPolicyType
,SequenceType
,ServiceType
,ShadowType
,SystemConfigurationType
,TaskType
,UserType
,ValuePolicyType
public interface Objectable extends Containerable
- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrismObject
asPrismObject()
String
getDescription()
PolyStringType
getName()
String
getOid()
String
getVersion()
void
setDescription(String description)
void
setName(PolyStringType name)
void
setOid(String oid)
void
setupContainer(PrismObject object)
void
setVersion(String version)
String
toDebugName()
Returns short string representing identity of this object.String
toDebugType()
Returns short string identification of object type.-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue, cloneWithoutId, debugDump, setupContainerValue
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getOid
String getOid()
-
setOid
void setOid(String oid)
-
getVersion
String getVersion()
-
setVersion
void setVersion(String version)
-
getName
PolyStringType getName()
-
setName
void setName(PolyStringType name)
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
toDebugName
String toDebugName()
Returns short string representing identity of this object. It should container object type, OID and name. It should be presented in a form suitable for log and diagnostic messages (understandable for system administrator).
-
toDebugType
String toDebugType()
Returns short string identification of object type. It should be in a form suitable for log messages. There is no requirement for the type name to be unique, but it rather has to be compact. E.g. short element names are preferred to long QNames or URIs.- Returns:
-
asPrismObject
PrismObject asPrismObject()
-
setupContainer
void setupContainer(PrismObject object)
-
-