Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationTypeType
-
Packages that use OperationTypeType Package Description com.evolveum.midpoint.model.api.authentication com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of OperationTypeType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return OperationTypeType Modifier and Type Method Description OperationTypeTypeCompiledObjectCollectionView. getApplicableForOperation()Methods in com.evolveum.midpoint.model.api.authentication with parameters of type OperationTypeType Modifier and Type Method Description <O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableArchetypeViews(@NotNull Class<O> objectType, OperationTypeType operationType)@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableArchetypeViews(@NotNull QName objectType, OperationTypeType operationTypeType)Find all archetype views that are applicable for a particular object type.booleanCompiledObjectCollectionView. isApplicableForOperation(OperationTypeType operationTypeType)voidCompiledObjectCollectionView. setApplicableForOperation(OperationTypeType applicableForOperation) -
Uses of OperationTypeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OperationTypeType Modifier and Type Method Description static OperationTypeTypeOperationTypeType. fromValue(String v)OperationTypeTypeUserInterfaceFeatureType. getApplicableForOperation()static OperationTypeTypeOperationTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTypeType[]OperationTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-