Uses of Interface
com.axemble.vdoc.sdk.interfaces.IStorageResource
Package
Description
-
Uses of IStorageResource in com.axemble.vdoc.sdk.document.extensions
Modifier and TypeMethodDescriptionfinal IStorageResource
BaseStorageResourceExtension.getStorageResource()
Retrieves the storage resource object. -
Uses of IStorageResource in com.axemble.vdoc.sdk.impl
Modifier 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
-
Uses of IStorageResource in com.axemble.vdoc.sdk.modules
Modifier 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
Modifier and TypeMethodDescriptionIAttributeSupport.getExtendedAttributes()
Returns the extended attributes -
Uses of IStorageResource in com.axemble.vdoc.sdk.system.mail.beans
Modifier and TypeFieldDescriptionprotected IStorageResource
LostPasswordConfigurationBuilder.mailTemplate
protected IStorageResource
UninitializedPasswordConfigurationBuilder.mailTemplate
protected IStorageResource
UpdatePasswordConfigurationBuilder.mailTemplate
Modifier and TypeMethodDescriptionLostPasswordConfiguration.getMailTemplate()
UninitializedPasswordConfiguration.getMailTemplate()
UpdatePasswordConfiguration.getMailTemplate()
Modifier and TypeMethodDescriptionLostPasswordConfigurationBuilder.setMailTemplate
(IStorageResource mailTemplate) UninitializedPasswordConfigurationBuilder.setMailTemplate
(IStorageResource mailTemplate) UpdatePasswordConfigurationBuilder.setMailTemplate
(IStorageResource mailTemplate) -
Uses of IStorageResource in com.axemble.vdoc.sdk.utils
Modifier and TypeMethodDescriptionIMailUtils.retrieveMailTemplateFromReference
(IContext context, String templateRef) Retrieve a mailTemplate resource in the data universe of the Platform management application from its reference