Uses of Interface
com.axemble.vdoc.sdk.interfaces.IStorageResource
Packages that use IStorageResource
Package
Description
-
Uses of IStorageResource in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IStorageResourceModifier and TypeMethodDescriptionfinal IStorageResource
BaseStorageResourceExtension.getStorageResource()
Retrieves the storage resource object. -
Uses of IStorageResource in com.axemble.vdoc.sdk.impl
Classes 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.interfaces
Subinterfaces of IStorageResource in com.axemble.vdoc.sdk.interfaces -
Uses of IStorageResource in com.axemble.vdoc.sdk.modules
Methods 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 theIResourceDefinition
object, its reference.IBaseWorkflowModule.createStorageResource
(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a storage resource object by specifying theIResourceDefinition
object, its reference, and its label.IBaseWorkflowModule.findStorageResourceByReference
(IContext context, IResourceDefinition resourceDefinition, String reference) Find a storage resource object by specifying theIResourceDefinition
object, its reference. -
Uses of IStorageResource in com.axemble.vdoc.sdk.supports
Methods 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.beans
Fields in com.axemble.vdoc.sdk.system.mail.beans declared as IStorageResourceModifier and TypeFieldDescriptionprotected IStorageResource
LostPasswordConfigurationBuilder.mailTemplate
protected IStorageResource
UninitializedPasswordConfigurationBuilder.mailTemplate
protected IStorageResource
UpdatePasswordConfigurationBuilder.mailTemplate
Methods 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.utils
Methods 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