public class OwnedObjectSelectorType extends SubjectedObjectSelectorType implements Serializable, Cloneable, Containerable
Java class for OwnedObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OwnedObjectSelectorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType"> <sequence> <element name="owner" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/> <element name="delegator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DELEGATOR |
static QName |
F_OWNER |
F_ALLOW_INACTIVE, F_ORG_RELATION, F_ROLE_RELATION, F_SPECIAL
F_DESCRIPTION, F_FILTER, F_ORG_REF, F_SUBTYPE, F_TYPE
Constructor and Description |
---|
OwnedObjectSelectorType() |
OwnedObjectSelectorType(PrismContext prismContext) |
createSpecialList, getOrgRelation, getRoleRelation, getSpecial, isAllowInactive, setAllowInactive, setOrgRelation, setRoleRelation
getDescription, getFilter, getId, getOrgRef, getSubtype, getType, setDescription, setFilter, setId, setOrgRef, setSubtype, setType
public static final QName COMPLEX_TYPE
public static final QName F_OWNER
public static final QName F_DELEGATOR
public OwnedObjectSelectorType()
public OwnedObjectSelectorType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class SubjectedObjectSelectorType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class SubjectedObjectSelectorType
public String toString()
toString
in class SubjectedObjectSelectorType
public boolean equals(Object object)
equals
in class SubjectedObjectSelectorType
public int hashCode()
hashCode
in class SubjectedObjectSelectorType
public <X> X end()
end
in class SubjectedObjectSelectorType
public SubjectedObjectSelectorType getOwner()
public void setOwner(SubjectedObjectSelectorType value)
public SubjectedObjectSelectorType getDelegator()
public void setDelegator(SubjectedObjectSelectorType value)
public OwnedObjectSelectorType owner(SubjectedObjectSelectorType value)
public SubjectedObjectSelectorType beginOwner()
public OwnedObjectSelectorType delegator(SubjectedObjectSelectorType value)
public SubjectedObjectSelectorType beginDelegator()
public OwnedObjectSelectorType orgRelation(OrgRelationObjectSpecificationType value)
orgRelation
in class SubjectedObjectSelectorType
public OrgRelationObjectSpecificationType beginOrgRelation()
beginOrgRelation
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType roleRelation(RoleRelationObjectSpecificationType value)
roleRelation
in class SubjectedObjectSelectorType
public RoleRelationObjectSpecificationType beginRoleRelation()
beginRoleRelation
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType special(SpecialObjectSpecificationType value)
special
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType allowInactive(Boolean value)
allowInactive
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType description(String value)
description
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType type(QName value)
type
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType subtype(String value)
subtype
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType orgRef(ObjectReferenceType value)
orgRef
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType orgRef(String oid, QName type)
orgRef
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType orgRef(String oid, QName type, QName relation)
orgRef
in class SubjectedObjectSelectorType
public ObjectReferenceType beginOrgRef()
beginOrgRef
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType filter(SearchFilterType value)
filter
in class SubjectedObjectSelectorType
public SearchFilterType beginFilter()
beginFilter
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType id(Long value)
id
in class SubjectedObjectSelectorType
public OwnedObjectSelectorType clone()
clone
in class SubjectedObjectSelectorType
Copyright © 2017 Evolveum. All rights reserved.