Class ObjectCollectionsUseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectCollectionsUseType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ObjectCollectionsUseType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Specifies a set of object collections ("views") to be displayed (used) at a specific location in the system. This is generic type that can be used to specify collections to display in role catalog, menu, dashboard and so on.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ObjectCollectionUseType>
collection
static QName
COMPLEX_TYPE
static ItemName
F_COLLECTION
-
Constructor Summary
Constructors Constructor Description ObjectCollectionsUseType()
ObjectCollectionsUseType(ObjectCollectionsUseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ObjectCollectionUseType
beginCollection()
ObjectCollectionsUseType
clone()
ObjectCollectionsUseType
collection(ObjectCollectionUseType value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<ObjectCollectionUseType>
getCollection()
int
hashCode(StructuredHashCodeStrategy strategy)
-
-
-
Field Detail
-
collection
protected List<ObjectCollectionUseType> collection
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_COLLECTION
public static final ItemName F_COLLECTION
-
-
Constructor Detail
-
ObjectCollectionsUseType
public ObjectCollectionsUseType()
-
ObjectCollectionsUseType
public ObjectCollectionsUseType(ObjectCollectionsUseType other)
-
-
Method Detail
-
getCollection
public List<ObjectCollectionUseType> getCollection()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
collection
public ObjectCollectionsUseType collection(ObjectCollectionUseType value)
-
beginCollection
public ObjectCollectionUseType beginCollection()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ObjectCollectionsUseType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-