Uses of Interface
com.axemble.vdoc.sdk.interfaces.IStorageResource
Packages that use IStorageResource
Package
Description
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.document.extensionsMethods in com.axemble.vdoc.sdk.document.extensions that return IStorageResourceModifier and TypeMethodDescriptionfinal IStorageResourceBaseStorageResourceExtension.getStorageResource()Retrieves the storage resource object.
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.implClasses in com.axemble.vdoc.sdk.impl that implement IStorageResourceMethods in com.axemble.vdoc.sdk.impl that return IStorageResourceModifier and TypeMethodDescriptionWorkflowModuleImpl.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) WorkflowModuleImpl.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference, String label) WorkflowModuleImpl.findStorageResourceByReference(IContext context, IResourceDefinition resourceDefinition, String reference) 
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.interfacesSubinterfaces of IStorageResource in com.axemble.vdoc.sdk.interfaces
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IStorageResourceModifier and TypeMethodDescriptionIBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference.IBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference, and its label.IBaseWorkflowModule.findStorageResourceByReference(IContext context, IResourceDefinition resourceDefinition, String reference) Find a storage resource object by specifying theIResourceDefinitionobject, its reference.
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.supportsMethods in com.axemble.vdoc.sdk.supports that return IStorageResourceModifier and TypeMethodDescriptionIAttributeSupport.getExtendedAttributes()Returns the extended attributes
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.system.mail.beansFields in com.axemble.vdoc.sdk.system.mail.beans declared as IStorageResourceModifier and TypeFieldDescriptionprotected IStorageResourceLostPasswordConfigurationBuilder.mailTemplateprotected IStorageResourceUninitializedPasswordConfigurationBuilder.mailTemplateprotected IStorageResourceUpdatePasswordConfigurationBuilder.mailTemplateMethods in com.axemble.vdoc.sdk.system.mail.beans that return IStorageResourceModifier and TypeMethodDescriptionLostPasswordConfiguration.getMailTemplate()UninitializedPasswordConfiguration.getMailTemplate()UpdatePasswordConfiguration.getMailTemplate()Methods in com.axemble.vdoc.sdk.system.mail.beans with parameters of type IStorageResourceModifier and TypeMethodDescriptionLostPasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) UninitializedPasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) UpdatePasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) 
- 
Uses of IStorageResource in com.axemble.vdoc.sdk.utilsMethods in com.axemble.vdoc.sdk.utils that return IStorageResourceModifier and TypeMethodDescriptionIMailUtils.retrieveMailTemplateFromReference(IContext context, String templateRef) Retrieve a mailTemplate resource in the data universe of the Platform management application from its reference