Class ObjectCollectionUseType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectCollectionUseType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ObjectCollectionUseType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Specifies how a specific collection ("view") is to be displayed (used) at a specific location in the system. This is generic type that can be used to specify collection to display in role catalog, menu, dashboard and so on.
See Also:
  • Field Details

    • collectionUri

      protected String collectionUri
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_COLLECTION_URI

      public static final ItemName F_COLLECTION_URI
  • Constructor Details

    • ObjectCollectionUseType

      public ObjectCollectionUseType()
    • ObjectCollectionUseType

      public ObjectCollectionUseType(ObjectCollectionUseType other)
  • Method Details