Uses of Class
com.evolveum.midpoint.xml.ns._public.common.fault_3.ObjectAccessFaultType
-
Packages that use ObjectAccessFaultType Package Description com.evolveum.midpoint.xml.ns._public.common.fault_3 -
-
Uses of ObjectAccessFaultType in com.evolveum.midpoint.xml.ns._public.common.fault_3
Subclasses of ObjectAccessFaultType in com.evolveum.midpoint.xml.ns._public.common.fault_3 Modifier and Type Class Description classConcurrencyFaultTypeExceptional concurrency state or operation invocation.classInapplicableOperationFaultTypeOperation cannot be applied to the object.classObjectAlreadyExistsFaultTypeObject with specified criteria (OID) already exists in the repository.classObjectNotFoundFaultTypeObject with specified criteria (OID) has not been found in the repository.classPolicyViolationFaultTypeProvided object does not conform to the policies (such as password policy).classReferentialIntegrityFaultTypeOperation on an object would cause inconsistencies in referential integrity.classSchemaViolationFaultTypeProvided object does not conform to the internal schema.classUnsupportedObjectTypeFaultTypeObject type passed to the operation is not supported by the implementation.Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return ObjectAccessFaultType Modifier and Type Method Description ObjectAccessFaultTypeObjectAccessFaultType. clone()Creates and returns a deep copy of this object.ObjectAccessFaultTypeObjectAccessFaultType. message(String value)ObjectAccessFaultTypeObjectAccessFaultType. operationResult(OperationResultType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.fault_3 with parameters of type ObjectAccessFaultType Constructor Description ObjectAccessFaultType(ObjectAccessFaultType o)Creates a newObjectAccessFaultTypeinstance by deeply copying a givenObjectAccessFaultTypeinstance.
-