Class ObjectFormType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectFormType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ObjectFormType extends AbstractObjectTypeConfigurationType
Specifies form that are used for displaying and editing of specific object type- 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_FORM_SPECIFICATION
static ItemName
F_INCLUDE_DEFAULT_FORMS
static Producer<ObjectFormType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
F_ROLE_RELATION, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ObjectFormType()
ObjectFormType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormSpecificationType
beginFormSpecification()
RoleRelationObjectSpecificationType
beginRoleRelation()
ObjectFormType
clone()
<X> X
end()
boolean
equals(Object other)
ObjectFormType
formSpecification(FormSpecificationType value)
FormSpecificationType
getFormSpecification()
ObjectFormType
id(Long value)
ObjectFormType
includeDefaultForms(Boolean value)
Boolean
isIncludeDefaultForms()
ObjectFormType
roleRelation(RoleRelationObjectSpecificationType value)
void
setFormSpecification(FormSpecificationType value)
void
setIncludeDefaultForms(Boolean value)
ObjectFormType
type(QName value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
getRoleRelation, getType, setRoleRelation, setType
-
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FORM_SPECIFICATION
public static final ItemName F_FORM_SPECIFICATION
-
F_INCLUDE_DEFAULT_FORMS
public static final ItemName F_INCLUDE_DEFAULT_FORMS
-
FACTORY
public static final Producer<ObjectFormType> FACTORY
-
-
Constructor Detail
-
ObjectFormType
public ObjectFormType()
-
ObjectFormType
@Deprecated public ObjectFormType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getFormSpecification
public FormSpecificationType getFormSpecification()
-
setFormSpecification
public void setFormSpecification(FormSpecificationType value)
-
isIncludeDefaultForms
public Boolean isIncludeDefaultForms()
-
setIncludeDefaultForms
public void setIncludeDefaultForms(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractObjectTypeConfigurationType
-
id
public ObjectFormType id(Long value)
- Overrides:
id
in classAbstractObjectTypeConfigurationType
-
formSpecification
public ObjectFormType formSpecification(FormSpecificationType value)
-
beginFormSpecification
public FormSpecificationType beginFormSpecification()
-
includeDefaultForms
public ObjectFormType includeDefaultForms(Boolean value)
-
type
public ObjectFormType type(QName value)
- Overrides:
type
in classAbstractObjectTypeConfigurationType
-
roleRelation
public ObjectFormType roleRelation(RoleRelationObjectSpecificationType value)
- Overrides:
roleRelation
in classAbstractObjectTypeConfigurationType
-
beginRoleRelation
public RoleRelationObjectSpecificationType beginRoleRelation()
- Overrides:
beginRoleRelation
in classAbstractObjectTypeConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classAbstractObjectTypeConfigurationType
-
clone
public ObjectFormType clone()
- Overrides:
clone
in classAbstractObjectTypeConfigurationType
-
-