Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ScriptsType

Packages that use ScriptsType
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ScriptsType in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type ScriptsType
 java.lang.String ProvisioningService.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
 void ProvisioningService.deleteObject(java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
          Deleted object with provided OID.
 void ProvisioningService.modifyObject(ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
 

Uses of ScriptsType in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ScriptsType
 java.lang.String ProvisioningServiceImpl.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ObjectType object, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ProvisioningServiceImpl.deleteObject(java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
           
 void ProvisioningServiceImpl.modifyObject(ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 

Uses of ScriptsType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ScriptsType
protected  ScriptsType ResourceType.scripts
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ScriptsType
 ScriptsType ObjectFactory.createScriptsType()
          Create an instance of ScriptsType
 ScriptsType ResourceType.getScripts()
          Gets the value of the scripts property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ScriptsType
 javax.xml.bind.JAXBElement<ScriptsType> ObjectFactory.createScripts(ScriptsType value)
          Create an instance of JAXBElement<ScriptsType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ScriptsType
 javax.xml.bind.JAXBElement<ScriptsType> ObjectFactory.createScripts(ScriptsType value)
          Create an instance of JAXBElement<ScriptsType>}
 void ResourceType.setScripts(ScriptsType value)
          Sets the value of the scripts property.
 



Copyright © 2011 evolveum. All Rights Reserved.