Class AccessCertificationObjectBasedScopeType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationScopeType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationObjectBasedScopeType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
AccessCertificationAssignmentReviewScopeType
public class AccessCertificationObjectBasedScopeType extends AccessCertificationScopeType
The most common way of specifying scope - providing type+search filter to select "base" objects and then some means of deriving certification cases from them.- 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_CASE_GENERATION_EXPRESSION
static ItemName
F_ITEM_SELECTION_EXPRESSION
static ItemName
F_OBJECT_TYPE
static ItemName
F_SEARCH_FILTER
static Producer<AccessCertificationObjectBasedScopeType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationScopeType
F_DESCRIPTION, F_DOCUMENTATION, F_NAME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationObjectBasedScopeType()
AccessCertificationObjectBasedScopeType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationScopeType
getDescription, getDocumentation, getName, setDescription, setDocumentation, setName
-
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_OBJECT_TYPE
public static final ItemName F_OBJECT_TYPE
-
F_SEARCH_FILTER
public static final ItemName F_SEARCH_FILTER
-
F_ITEM_SELECTION_EXPRESSION
public static final ItemName F_ITEM_SELECTION_EXPRESSION
-
F_CASE_GENERATION_EXPRESSION
public static final ItemName F_CASE_GENERATION_EXPRESSION
-
FACTORY
public static final Producer<AccessCertificationObjectBasedScopeType> FACTORY
-
-
Constructor Detail
-
AccessCertificationObjectBasedScopeType
public AccessCertificationObjectBasedScopeType()
-
AccessCertificationObjectBasedScopeType
@Deprecated public AccessCertificationObjectBasedScopeType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObjectType
public QName getObjectType()
-
setObjectType
public void setObjectType(QName value)
-
getSearchFilter
public SearchFilterType getSearchFilter()
-
setSearchFilter
public void setSearchFilter(SearchFilterType value)
-
getItemSelectionExpression
public ExpressionType getItemSelectionExpression()
-
setItemSelectionExpression
public void setItemSelectionExpression(ExpressionType value)
-
getCaseGenerationExpression
public List<ExpressionType> getCaseGenerationExpression()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAccessCertificationScopeType
-
id
public AccessCertificationObjectBasedScopeType id(Long value)
- Overrides:
id
in classAccessCertificationScopeType
-
objectType
public AccessCertificationObjectBasedScopeType objectType(QName value)
-
searchFilter
public AccessCertificationObjectBasedScopeType searchFilter(SearchFilterType value)
-
itemSelectionExpression
public AccessCertificationObjectBasedScopeType itemSelectionExpression(ExpressionType value)
-
beginItemSelectionExpression
public ExpressionType beginItemSelectionExpression()
-
caseGenerationExpression
public AccessCertificationObjectBasedScopeType caseGenerationExpression(ExpressionType value)
-
beginCaseGenerationExpression
public ExpressionType beginCaseGenerationExpression()
-
name
public AccessCertificationObjectBasedScopeType name(String value)
- Overrides:
name
in classAccessCertificationScopeType
-
description
public AccessCertificationObjectBasedScopeType description(String value)
- Overrides:
description
in classAccessCertificationScopeType
-
documentation
public AccessCertificationObjectBasedScopeType documentation(String value)
- Overrides:
documentation
in classAccessCertificationScopeType
-
end
public <X> X end()
- Overrides:
end
in classAccessCertificationScopeType
-
clone
public AccessCertificationObjectBasedScopeType clone()
- Overrides:
clone
in classAccessCertificationScopeType
-
-