Class AbstractObjectTypeConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
GuiObjectDetailsPageType
,ObjectFormType
public abstract class AbstractObjectTypeConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Abstract supertype for all data types that specify configuration properties for a specific object type (User, Role, Org, Resource, ...)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ROLE_RELATION
static ItemName
F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractObjectTypeConfigurationType()
AbstractObjectTypeConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleRelationObjectSpecificationType
beginRoleRelation()
AbstractObjectTypeConfigurationType
clone()
<X> X
end()
boolean
equals(Object other)
RoleRelationObjectSpecificationType
getRoleRelation()
QName
getType()
AbstractObjectTypeConfigurationType
id(Long value)
AbstractObjectTypeConfigurationType
roleRelation(RoleRelationObjectSpecificationType value)
void
setRoleRelation(RoleRelationObjectSpecificationType value)
void
setType(QName value)
AbstractObjectTypeConfigurationType
type(QName value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Constructor Detail
-
AbstractObjectTypeConfigurationType
public AbstractObjectTypeConfigurationType()
-
AbstractObjectTypeConfigurationType
@Deprecated public AbstractObjectTypeConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getRoleRelation
public RoleRelationObjectSpecificationType getRoleRelation()
-
setRoleRelation
public void setRoleRelation(RoleRelationObjectSpecificationType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AbstractObjectTypeConfigurationType id(Long value)
-
type
public AbstractObjectTypeConfigurationType type(QName value)
-
roleRelation
public AbstractObjectTypeConfigurationType roleRelation(RoleRelationObjectSpecificationType value)
-
beginRoleRelation
public RoleRelationObjectSpecificationType beginRoleRelation()
-
end
public <X> X end()
-
clone
public AbstractObjectTypeConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-