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
<T extends ObjectType>
java.lang.String
ProvisioningService.addObject(T object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ObjectType>
void
ProvisioningService.modifyObject(java.lang.Class<T> type, 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
<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.addObject(T object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadow, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type, java.lang.String oid, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type, 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 © 2012 evolveum. All Rights Reserved.