Class RelationDefinitionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.RelationDefinitionType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class RelationDefinitionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Definition of a single (custom) relation.
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<RelationDefinitionType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomaticallyMatched
(Boolean value) category
(AreaCategoryType value) clone()
defaultFor
(RelationKindType value) description
(String value) display
(DisplayType value) documentation
(String value) <X> X
end()
boolean
getKind()
getRef()
kind
(RelationKindType value) processedOnLogin
(Boolean value) processedOnRecompute
(Boolean value) void
setAutomaticallyMatched
(Boolean value) void
setDefaultFor
(RelationKindType value) void
setDescription
(String value) void
setDisplay
(DisplayType value) void
setDocumentation
(String value) void
setProcessedOnLogin
(Boolean value) void
setProcessedOnRecompute
(Boolean value) void
void
setStaticallyDefined
(Boolean value) void
setStoredIntoParentOrgRef
(Boolean value) staticallyDefined
(Boolean value) storedIntoParentOrgRef
(Boolean 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
-
Field Details
-
COMPLEX_TYPE
-
F_REF
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_DISPLAY
-
F_CATEGORY
-
F_DEFAULT_FOR
-
F_KIND
-
F_PROCESSED_ON_LOGIN
-
F_PROCESSED_ON_RECOMPUTE
-
F_STORED_INTO_PARENT_ORG_REF
-
F_AUTOMATICALLY_MATCHED
-
F_STATICALLY_DEFINED
-
FACTORY
-
-
Constructor Details
-
RelationDefinitionType
public RelationDefinitionType() -
RelationDefinitionType
Deprecated.
-
-
Method Details
-
getRef
-
setRef
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getDisplay
-
setDisplay
-
getCategory
-
getDefaultFor
-
setDefaultFor
-
getKind
-
isProcessedOnLogin
-
getProcessedOnLogin
-
setProcessedOnLogin
-
isProcessedOnRecompute
-
getProcessedOnRecompute
-
setProcessedOnRecompute
-
isStoredIntoParentOrgRef
-
getStoredIntoParentOrgRef
-
setStoredIntoParentOrgRef
-
isAutomaticallyMatched
-
getAutomaticallyMatched
-
setAutomaticallyMatched
-
isStaticallyDefined
-
getStaticallyDefined
-
setStaticallyDefined
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
ref
-
description
-
documentation
-
display
-
beginDisplay
-
category
-
defaultFor
-
kind
-
processedOnLogin
-
processedOnRecompute
-
storedIntoParentOrgRef
-
automaticallyMatched
-
staticallyDefined
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-