Class AssignmentSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentSelectorType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class AssignmentSelectorType extends Object implements Serializable, Cloneable, Containerable
Selects some assignments from all the assignments in the object. E.g. may be used to select only some assignments/inducements for a role.Java class for AssignmentSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentSelectorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="allowTransitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ALLOW_TRANSITIVEstatic ItemNameF_DESCRIPTIONstatic ItemNameF_DOCUMENTATIONstatic ItemNameF_TARGET_REF-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AssignmentSelectorType()AssignmentSelectorType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
AssignmentSelectorType
public AssignmentSelectorType()
-
AssignmentSelectorType
public AssignmentSelectorType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
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()
-
createTargetRefList
public List<ObjectReferenceType> createTargetRefList()
-
isAllowTransitive
public Boolean isAllowTransitive()
-
setAllowTransitive
public void setAllowTransitive(Boolean value)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public AssignmentSelectorType id(Long value)
-
clone
public AssignmentSelectorType clone()
-
-