Class AssignmentSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentSelectorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class AssignmentSelectorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects some assignments from all the assignments in the object. E.g. may be used to select only some assignments/inducements for a role.- 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_ALLOW_TRANSITIVE
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_TARGET_REF
static Producer<AssignmentSelectorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AssignmentSelectorType()
AssignmentSelectorType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignmentSelectorType
allowTransitive(Boolean value)
ObjectReferenceType
beginTargetRef()
AssignmentSelectorType
clone()
AssignmentSelectorType
description(String value)
AssignmentSelectorType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
String
getDescription()
String
getDocumentation()
List<ObjectReferenceType>
getTargetRef()
AssignmentSelectorType
id(Long value)
Boolean
isAllowTransitive()
void
setAllowTransitive(Boolean value)
void
setDescription(String value)
void
setDocumentation(String value)
AssignmentSelectorType
targetRef(ObjectReferenceType value)
AssignmentSelectorType
targetRef(String oid, QName type)
AssignmentSelectorType
targetRef(String oid, QName type, QName relation)
-
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_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_TARGET_REF
public static final ItemName F_TARGET_REF
-
F_ALLOW_TRANSITIVE
public static final ItemName F_ALLOW_TRANSITIVE
-
FACTORY
public static final Producer<AssignmentSelectorType> FACTORY
-
-
Constructor Detail
-
AssignmentSelectorType
public AssignmentSelectorType()
-
AssignmentSelectorType
@Deprecated public AssignmentSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getTargetRef
public List<ObjectReferenceType> getTargetRef()
-
isAllowTransitive
public Boolean isAllowTransitive()
-
setAllowTransitive
public void setAllowTransitive(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AssignmentSelectorType id(Long value)
-
description
public AssignmentSelectorType description(String value)
-
documentation
public AssignmentSelectorType documentation(String value)
-
targetRef
public AssignmentSelectorType targetRef(ObjectReferenceType value)
-
targetRef
public AssignmentSelectorType targetRef(String oid, QName type)
-
targetRef
public AssignmentSelectorType targetRef(String oid, QName type, QName relation)
-
beginTargetRef
public ObjectReferenceType beginTargetRef()
-
allowTransitive
public AssignmentSelectorType allowTransitive(Boolean value)
-
end
public <X> X end()
-
clone
public AssignmentSelectorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-