Class RoleCatalogQueryItem
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.page.self.requestAccess.RoleCatalogQueryItem
-
- All Implemented Interfaces:
Serializable
public class RoleCatalogQueryItem extends Object implements Serializable
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleCatalogQueryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleCollectionViewType
collection()
RoleCatalogQueryItem
collection(RoleCollectionViewType collection)
ObjectReferenceType
orgRef()
RoleCatalogQueryItem
orgRef(ObjectReferenceType orgRef)
boolean
rolesOfTeammate()
RoleCatalogQueryItem
rolesOfTeammate(boolean rolesOfTeammate)
boolean
scopeOne()
RoleCatalogQueryItem
scopeOne(boolean scopeOne)
-
-
-
Method Detail
-
collection
public RoleCollectionViewType collection()
-
collection
public RoleCatalogQueryItem collection(RoleCollectionViewType collection)
-
orgRef
public ObjectReferenceType orgRef()
-
orgRef
public RoleCatalogQueryItem orgRef(ObjectReferenceType orgRef)
-
scopeOne
public boolean scopeOne()
-
scopeOne
public RoleCatalogQueryItem scopeOne(boolean scopeOne)
-
rolesOfTeammate
public boolean rolesOfTeammate()
-
rolesOfTeammate
public RoleCatalogQueryItem rolesOfTeammate(boolean rolesOfTeammate)
-
-