Class SubjectedObjectSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SubjectedObjectSelectorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
OwnedObjectSelectorType
public class SubjectedObjectSelectorType extends ObjectSelectorType
Selects some objects from all the objects in midPoint. This is an extension of ObjectSelectorType that adds criteria that relate objects to a specific subject (logged-in user).- 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_INACTIVE
static ItemName
F_ORG_RELATION
static ItemName
F_ROLE_RELATION
static ItemName
F_SPECIAL
static Producer<SubjectedObjectSelectorType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
F_ARCHETYPE_REF, F_DESCRIPTION, F_DOCUMENTATION, F_FILTER, F_ORG_REF, F_SUBTYPE, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SubjectedObjectSelectorType()
SubjectedObjectSelectorType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
getArchetypeRef, getDescription, getDocumentation, getFilter, getOrgRef, getSubtype, getType, setDescription, setDocumentation, setFilter, setOrgRef, setSubtype, 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_ORG_RELATION
public static final ItemName F_ORG_RELATION
-
F_ROLE_RELATION
public static final ItemName F_ROLE_RELATION
-
F_SPECIAL
public static final ItemName F_SPECIAL
-
F_ALLOW_INACTIVE
public static final ItemName F_ALLOW_INACTIVE
-
FACTORY
public static final Producer<SubjectedObjectSelectorType> FACTORY
-
-
Constructor Detail
-
SubjectedObjectSelectorType
public SubjectedObjectSelectorType()
-
SubjectedObjectSelectorType
@Deprecated public SubjectedObjectSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOrgRelation
public OrgRelationObjectSpecificationType getOrgRelation()
-
setOrgRelation
public void setOrgRelation(OrgRelationObjectSpecificationType value)
-
getRoleRelation
public RoleRelationObjectSpecificationType getRoleRelation()
-
setRoleRelation
public void setRoleRelation(RoleRelationObjectSpecificationType value)
-
getSpecial
public List<SpecialObjectSpecificationType> getSpecial()
-
isAllowInactive
public Boolean isAllowInactive()
-
setAllowInactive
public void setAllowInactive(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classObjectSelectorType
-
id
public SubjectedObjectSelectorType id(Long value)
- Overrides:
id
in classObjectSelectorType
-
orgRelation
public SubjectedObjectSelectorType orgRelation(OrgRelationObjectSpecificationType value)
-
beginOrgRelation
public OrgRelationObjectSpecificationType beginOrgRelation()
-
roleRelation
public SubjectedObjectSelectorType roleRelation(RoleRelationObjectSpecificationType value)
-
beginRoleRelation
public RoleRelationObjectSpecificationType beginRoleRelation()
-
special
public SubjectedObjectSelectorType special(SpecialObjectSpecificationType value)
-
allowInactive
public SubjectedObjectSelectorType allowInactive(Boolean value)
-
description
public SubjectedObjectSelectorType description(String value)
- Overrides:
description
in classObjectSelectorType
-
documentation
public SubjectedObjectSelectorType documentation(String value)
- Overrides:
documentation
in classObjectSelectorType
-
type
public SubjectedObjectSelectorType type(QName value)
- Overrides:
type
in classObjectSelectorType
-
subtype
public SubjectedObjectSelectorType subtype(String value)
- Overrides:
subtype
in classObjectSelectorType
-
archetypeRef
public SubjectedObjectSelectorType archetypeRef(ObjectReferenceType value)
- Overrides:
archetypeRef
in classObjectSelectorType
-
archetypeRef
public SubjectedObjectSelectorType archetypeRef(String oid, QName type)
- Overrides:
archetypeRef
in classObjectSelectorType
-
archetypeRef
public SubjectedObjectSelectorType archetypeRef(String oid, QName type, QName relation)
- Overrides:
archetypeRef
in classObjectSelectorType
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
- Overrides:
beginArchetypeRef
in classObjectSelectorType
-
orgRef
public SubjectedObjectSelectorType orgRef(ObjectReferenceType value)
- Overrides:
orgRef
in classObjectSelectorType
-
orgRef
public SubjectedObjectSelectorType orgRef(String oid, QName type)
- Overrides:
orgRef
in classObjectSelectorType
-
orgRef
public SubjectedObjectSelectorType orgRef(String oid, QName type, QName relation)
- Overrides:
orgRef
in classObjectSelectorType
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
- Overrides:
beginOrgRef
in classObjectSelectorType
-
filter
public SubjectedObjectSelectorType filter(SearchFilterType value)
- Overrides:
filter
in classObjectSelectorType
-
end
public <X> X end()
- Overrides:
end
in classObjectSelectorType
-
clone
public SubjectedObjectSelectorType clone()
- Overrides:
clone
in classObjectSelectorType
-
-