Class ModelPortImpl
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ModelPortImpl
-
- All Implemented Interfaces:
ModelPortType
public class ModelPortImpl extends Object implements ModelPortType
This class was generated by Apache CXF 3.4.10 2024-08-19T12:52:21.319Z Generated source version: 3.4.10
-
-
Constructor Summary
Constructors Constructor Description ModelPortImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectDeltaOperationListTypeexecuteChanges(ObjectDeltaListType deltaList, ModelExecuteOptionsType options)Faults: any SystemFaultType TODO reword to FaultTypes ObjectAlreadyExistsException: object with specified identifiers already exists, cannot add ObjectNotFoundException: object required to complete the operation was not found (e.g.ExecuteScriptsResponseTypeexecuteScripts(ExecuteScriptsType parameters)voidfindShadowOwner(String shadowOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result)Faults (TODO): any SystemFaultType IllegalArgumentFaultType: wrong OID format ObjectNotFoundFaultType: object with specified OID does not existsvoidgetObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result)TaskTypeimportFromResource(String resourceOid, QName objectClass)Faults (TODO): any SystemFaultType ObjectNotFoundFaultType: specified Resource definition does not existTaskTypenotifyChange(ResourceObjectShadowChangeDescriptionType changeDescription)voidsearchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)TODO Faults: any SystemFaultType IllegalArgumentFaultType: wrong object type SchemaViolationFaultType: unknown property used in search queryOperationResultTypetestResource(String resourceOid)Faults (TODO): any SystemFaultType ObjectNotFoundFaultType: specified Resource definition does not exist
-
-
-
Method Detail
-
searchObjects
public void searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result) throws FaultMessage
Description copied from interface:ModelPortTypeTODO Faults: any SystemFaultType IllegalArgumentFaultType: wrong object type SchemaViolationFaultType: unknown property used in search query- Specified by:
searchObjectsin interfaceModelPortType- Throws:
FaultMessage
-
notifyChange
public TaskType notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription) throws FaultMessage
- Specified by:
notifyChangein interfaceModelPortType- Throws:
FaultMessage
-
getObject
public void getObject(QName objectType, String oid, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectType> object, javax.xml.ws.Holder<OperationResultType> result) throws FaultMessage
- Specified by:
getObjectin interfaceModelPortType- Throws:
FaultMessage
-
importFromResource
public TaskType importFromResource(String resourceOid, QName objectClass) throws FaultMessage
Description copied from interface:ModelPortTypeFaults (TODO): any SystemFaultType ObjectNotFoundFaultType: specified Resource definition does not exist- Specified by:
importFromResourcein interfaceModelPortType- Throws:
FaultMessage
-
findShadowOwner
public void findShadowOwner(String shadowOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result) throws FaultMessage
Description copied from interface:ModelPortTypeFaults (TODO): any SystemFaultType IllegalArgumentFaultType: wrong OID format ObjectNotFoundFaultType: object with specified OID does not exists- Specified by:
findShadowOwnerin interfaceModelPortType- Throws:
FaultMessage
-
testResource
public OperationResultType testResource(String resourceOid) throws FaultMessage
Description copied from interface:ModelPortTypeFaults (TODO): any SystemFaultType ObjectNotFoundFaultType: specified Resource definition does not exist- Specified by:
testResourcein interfaceModelPortType- Throws:
FaultMessage
-
executeChanges
public ObjectDeltaOperationListType executeChanges(ObjectDeltaListType deltaList, ModelExecuteOptionsType options) throws FaultMessage
Description copied from interface:ModelPortTypeFaults: any SystemFaultType TODO reword to FaultTypes ObjectAlreadyExistsException: object with specified identifiers already exists, cannot add ObjectNotFoundException: object required to complete the operation was not found (e.g. appropriate connector or resource definition) SchemaException: error dealing with resource schema, e.g. created object does not conform to schema ExpressionEvaluationException: evaluation of expression associated with the object has failed CommunicationException: Communication (network) error during retrieval. E.g. error communicating with the resource ConfigurationException: Configuration error. E.g. misconfigured resource parameters, invalid policies, etc. PolicyViolationException: Policy violation was detected during processing of the object SecurityViolationException: Security violation during operation execution. May be caused either by midPoint internal security mechanism but also by external mechanism (e.g. on the resource) IllegalArgumentException: wrong OID format, etc.- Specified by:
executeChangesin interfaceModelPortType- Throws:
FaultMessage
-
executeScripts
public ExecuteScriptsResponseType executeScripts(ExecuteScriptsType parameters) throws FaultMessage
- Specified by:
executeScriptsin interfaceModelPortType- Throws:
FaultMessage
-
-