Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResource
Packages that use IResource
Package
Description
-
Uses of IResource in com.axemble.vdoc.sdk.configuration.base
Methods in com.axemble.vdoc.sdk.configuration.base that return IResourceModifier and TypeMethodDescriptionprotected final IResource
BaseConfigurationEditor.getResource()
-
Uses of IResource in com.axemble.vdoc.sdk.connectors
Methods in com.axemble.vdoc.sdk.connectors that return IResourceModifier and TypeMethodDescriptionfinal IResource
BaseConnectionEditor.getResource()
final IResource
BaseServiceConnector.getResource()
final IResource
BaseServiceConnectorEditor.getResource()
protected final IResource
BaseTreatmentConnectorEditor.getResource()
Methods in com.axemble.vdoc.sdk.connectors with parameters of type IResourceModifier and TypeMethodDescriptionprotected final String
BaseConnector.evaluateExpressions
(String formula, IContext context, IResource resource) Evaluate expressions in formula (ex : ${iUser.login})protected final String
BaseConnector.evaluateExpressions
(String formula, IContext context, IResource resource, String language) Evaluate expressions in formula (ex : ${iUser.login})protected final String
BaseConnector.evaluateExpressions
(String formula, IContext context, IResource resource, String language, boolean isHtmlString) Evaluate expressions in formula (ex : ${iUser.login}) -
Uses of IResource in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IResourceModifier and TypeClassDescriptionclass
class
class
class
class
class
Workflow instance for Process SDKFields in com.axemble.vdoc.sdk.impl declared as IResourceMethods in com.axemble.vdoc.sdk.impl that return IResourceModifier and TypeMethodDescriptionWorkflowModuleImpl.createGenericResource()
WorkflowModuleImpl.getResource
(IStorageKey key) protected IResource
WorkflowModuleImpl.getResource
(com.axemble.vdp.ui.core.document.CoreDocument document) WorkflowModuleImpl.getResource
(Object document) WorkflowModuleImpl.getResource
(String id) PortalResourceTransformer.xmlToResource
(IResource resource, InputStream inputStream) PortalResourceTransformer.xmlToResource
(InputStream inputStream) PortalResourceTransformer.xmlToResource
(InputStream inputStream, File resourceFolder) ProcessResourceTransformer.xmlToResource
(IResource resource, InputStream inputStream) ProcessResourceTransformer.xmlToResource
(InputStream inputStream) ProcessResourceTransformer.xmlToResource
(InputStream inputStream, File resourceFolder) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IResourceModifier and TypeMethodDescriptionCollection
<? extends IResource> WorkflowModuleImpl.getResources
(IContext context, ICatalog catalog) Collection
<? extends IResource> WorkflowModuleImpl.getResources
(IContext context, IResourceDefinition resourceDefinition) Methods in com.axemble.vdoc.sdk.impl with parameters of type IResourceModifier and TypeMethodDescriptionWorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, IAttachment attachment) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, File file) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, String fileName, InputStream input) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) WorkflowModuleImpl.buildMailMessage
(IResource resource, IMailForm mailForm, String language) void
PortalResourceTransformer.buildXMLBody
(Element parent, IResource resource) void
PortalResourceTransformer.buildXMLBody
(Element parent, IResource resource, Collection columns) void
ProcessResourceTransformer.buildXMLBody
(Element parent, IResource resource, Collection columns) void
ProcessResourceTransformer.buildXMLBody
(Element parent, IResource resource, Map<String, String> labels) void
ProcessResourceTransformer.buildXMLBody
(Element parent, IResource resource, Map<String, String> labels, boolean includeWorkflowInstanceBody) void
ProcessResourceTransformer.buildXMLHeader
(Element parent, IResource resource) void
PortalResourceTransformer.buildXMLHistory
(Element parent, IResource resource) void
ProcessResourceTransformer.buildXMLHistory
(Element parent, IResource resource) WorkflowModuleImpl.createLinkedResource
(IResource resource, String propertyName) WorkflowModuleImpl.evaluatedHtml
(IResource resource, IMailForm mailForm) WorkflowModuleImpl.evaluatedMailForm
(IResource resource, IMailForm mailForm, String language) Evaluate mail formWorkflowModuleImpl.generateReference
(IResource resource) WorkflowModuleImpl.generateReference
(IResource resource, String format) WorkflowModuleImpl.generateReference
(IResource resource, Document format) WorkflowModuleImpl.getAttachment
(IResource resource, String propertyName, String fileName) Collection
<? extends IAttachment> WorkflowModuleImpl.getAttachments
(IResource resource, String propertyName) WorkflowModuleImpl.getController
(IResource resource) Collection
<?> WorkflowModuleImpl.getExternalElements
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalFile
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalFolder
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalGroup
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalLibrary
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalLocalization
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalOrganization
(IResource resource, String propertyName) WorkflowModuleImpl.getExternalUser
(IResource resource, String propertyName) Collection
<? extends ILinkedResource> WorkflowModuleImpl.getLinkedResources
(IResource resource, String propertyName) Collection
<? extends IOptionList.IOption> WorkflowModuleImpl.getResourceController
(IResource resource) protected String
ProcessResourceTransformer.getResourceInterface
(IResource resource) protected static void
PortalResourceTransformer.importHistory
(IResource childResource, Element fieldElement) void
ProcessResourceTransformer.importHistory
(IResource childResource, Element fieldElement) PortalResourceTransformer.IXMLImporter.importXML
(IResource resource, Element fieldElement, Object parameter) void
PortalResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream) void
PortalResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder) void
PortalResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) void
PortalResourceTransformer.resourceToXML
(IResource resource, Collection columns, OutputStream outputStream) void
ProcessResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream) void
ProcessResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) void
ProcessResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder) void
ProcessResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) void
ProcessResourceTransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) void
ProcessResourceTransformer.resourceToXML
(IResource resource, Collection columns, OutputStream outputStream) void
WorkflowModuleImpl.send
(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) void
WorkflowModuleImpl.send
(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mailTo, String comment) protected final void
WorkflowModuleImpl.send
(IContext context, IResource resource, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) void
WorkflowModuleImpl.send
(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) void
WorkflowModuleImpl.setExternalElements
(IResource resource, String propertyName, Collection<?> elements) void
WorkflowModuleImpl.setExternalFile
(IResource resource, String propertyName, IFile file) void
WorkflowModuleImpl.setExternalFolder
(IResource resource, String propertyName, IFolder folder) void
WorkflowModuleImpl.setExternalGroup
(IResource resource, String propertyName, IGroup group) void
WorkflowModuleImpl.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) void
WorkflowModuleImpl.setExternalLocalization
(IResource resource, String propertyName, ILocalization localization) void
WorkflowModuleImpl.setExternalOrganization
(IResource resource, String propertyName, IOrganization organization) void
WorkflowModuleImpl.setExternalUser
(IResource resource, String propertyName, IUser user) void
WorkflowModuleImpl.setList
(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) void
PortalResourceTransformer.xmlToResource
(IResource resource, InputStream inputStream) ProcessResourceTransformer.xmlToResource
(IResource resource, InputStream inputStream) Constructors in com.axemble.vdoc.sdk.impl with parameters of type IResourceModifierConstructorDescriptionprotected
PortalResourceHistory
(IModule module, IResource resource) protected
ProcessResourceController
(IModule module, IResource resource) ConstructorScreenResourceController
(IModule module, IResource resource) Constructor -
Uses of IResource in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IResource in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterface
This class represents a data unit.interface
The file within the library system.interface
A child resource within a table fieldinterface
A resource for storageinterface
This class represents a version of a document.interface
This class represents a process document.Methods in com.axemble.vdoc.sdk.interfaces that return IResourceModifier and TypeMethodDescriptionITransformer.xmlToResource
(IResource resource, InputStream inputStream) Updates a resource.ITransformer.xmlToResource
(InputStream inputStream) Import a resource from an XML stream.ITransformer.xmlToResource
(InputStream inputStream, File resourceFolder) Import a resource from an XML stream.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IResourceModifier and TypeMethodDescriptionvoid
void
ITransformer.resourceToXML
(IResource resource, File resourceFolder) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.void
ITransformer.resourceToXML
(IResource resource, OutputStream outputStream) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.void
ITransformer.resourceToXML
(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.void
ITransformer.resourceToXML
(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) Allows to transform aIResource
object to an XML document.void
ITransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.void
ITransformer.resourceToXML
(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) Allows to transform aIResource
object to an XML document.void
ITransformer.resourceToXML
(IResource resource, Collection columns, OutputStream outputStream) Allows to get values of a resource by specifying the columns to retrieve.ITransformer.xmlToResource
(IResource resource, InputStream inputStream) Updates a resource. -
Uses of IResource in com.axemble.vdoc.sdk.link.extensions
Methods in com.axemble.vdoc.sdk.link.extensions with parameters of type IResourceModifier and TypeMethodDescriptionabstract boolean
BaseLinkExtension.onCreate
(IWorkflowInstance workflowInstance, IResource resource) -
Uses of IResource in com.axemble.vdoc.sdk.mail.extensions
Methods in com.axemble.vdoc.sdk.mail.extensions that return IResource -
Uses of IResource in com.axemble.vdoc.sdk.mapping.extensions
Methods in com.axemble.vdoc.sdk.mapping.extensions that return IResource -
Uses of IResource in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IResourceModifier and TypeMethodDescriptionIBaseDocumentModule.createGenericResource()
Creates a generic resource for mail purposes.IBaseWorkflowModule.createGenericResource()
Creates a generic resource for mail purposes.IBaseDocumentModule.getResource
(IStorageKey key) Gets a resource object from its identifier.IBaseWorkflowModule.getResource
(IStorageKey key) Gets a resource object from its identifier.IBaseWorkflowModule.getResource
(Object object) Gets aIResource
object from an object.IBaseWorkflowModule.getResource
(String id) Deprecated.Use getResource(IStorageKey
key ) method instead.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IResourceModifier and TypeMethodDescriptionCollection
<? extends IResource> IBaseDocumentModule.getResources
(IContext context, ICatalog catalog) Gets a collection ofIResource
objects from a catalogCollection
<? extends IResource> IBaseDocumentModule.getResources
(IContext context, IResourceDefinition resourceDefinition) Gets a collection ofIResource
objects from a resource definition.Collection
<? extends IResource> IBaseWorkflowModule.getResources
(IContext context, ICatalog catalog) Gets a collection ofIResource
objects from a catalogCollection
<? extends IResource> IBaseWorkflowModule.getResources
(IContext context, IResourceDefinition resourceDefinition) Gets a collection ofIResource
objects from a resource definition.Methods in com.axemble.vdoc.sdk.modules with parameters of type IResourceModifier and TypeMethodDescriptionIBaseDocumentModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, File file) Adds an attachment as a java.io.File object.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, String fileName, InputStream inputStream) Adds an attachment as an java.io.InputStream object.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) Adds an attachment with its full path.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, File file) Adds an attachment as a java.io.File object.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, String fileName, InputStream inputStream) Adds an attachment as an java.io.InputStream object.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) Adds an attachment with its full path.IBaseWorkflowModule.buildMailMessage
(IResource resource, IMailForm mailForm, String language) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseWorkflowModule.createLinkedResource
(IResource resource, String propertyName) Creates a linked resource into a specified property table.IBaseDocumentModule.evaluatedHtml
(IResource resource, IMailForm mailForm) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseWorkflowModule.evaluatedHtml
(IResource resource, IMailForm mailForm) Deprecated.: use buildMailMessage( IResource resource, IMailForm mailForm, String language )IBaseDocumentModule.generateReference
(IResource resource) Evaluate the next reference based on the format specified on the Designer tool.IBaseDocumentModule.generateReference
(IResource resource, String format) Evaluate the next reference based on the specified format.IBaseWorkflowModule.generateReference
(IResource resource) Evaluate the next reference based on the format specified on the Designer tool.IBaseWorkflowModule.generateReference
(IResource resource, String format) Deprecated.: should not use this method anymore.IBaseWorkflowModule.generateReference
(IResource resource, Document format) Evaluate the next reference based specified format.IBaseDocumentModule.getAttachment
(IResource resource, String propertyName, String fileName) Gets an attachment by its file name.IBaseWorkflowModule.getAttachment
(IResource resource, String propertyName, String fileName) Gets an attachment by its file name.Collection
<? extends IAttachment> IBaseDocumentModule.getAttachments
(IResource resource, String propertyName) Gets all the attachments associated with a property.Collection
<? extends IAttachment> IBaseWorkflowModule.getAttachments
(IResource resource, String propertyName) Gets all the attachments associated with a property.IWorkflowModule.getController
(IResource resource) Gets the resource controller object.IBaseDocumentModule.getExternalElements
(IResource resource, String propertyName) Gets a collection ofIElement
objects from a multiple selector property.Collection
<?> IBaseWorkflowModule.getExternalElements
(IResource resource, String propertyName) Gets a collection ofIElement
objects from a multiple selector property.IBaseDocumentModule.getExternalFile
(IResource resource, String propertyName) Gets aIFile
object from a single file selector property.IBaseWorkflowModule.getExternalFile
(IResource resource, String propertyName) Gets aIFile
object from a single file selector property.IBaseDocumentModule.getExternalFolder
(IResource resource, String propertyName) Gets aIFolder
object from a single folder selector property.IBaseWorkflowModule.getExternalFolder
(IResource resource, String propertyName) Gets aIFolder
object from a single folder selector property.IBaseDocumentModule.getExternalGroup
(IResource resource, String propertyName) Gets aIGroup
object from a single group selector property.IBaseWorkflowModule.getExternalGroup
(IResource resource, String propertyName) Gets aIGroup
object from a single group selector property.IBaseDocumentModule.getExternalLibrary
(IResource resource, String propertyName) Gets aILibrary
object from a single library selector property.IBaseWorkflowModule.getExternalLibrary
(IResource resource, String propertyName) Gets aILibrary
object from a single library selector property.IBaseDocumentModule.getExternalLocalization
(IResource resource, String propertyName) Gets aILocalization
object from a single localization selector property.IBaseWorkflowModule.getExternalLocalization
(IResource resource, String propertyName) Gets aILocalization
object from a single localization selector property.IBaseDocumentModule.getExternalOrganization
(IResource resource, String propertyName) Gets aIOrganization
object from a single organization selector property.IBaseWorkflowModule.getExternalOrganization
(IResource resource, String propertyName) Gets aIOrganization
object from a single organization selector property.IBaseDocumentModule.getExternalUser
(IResource resource, String propertyName) Gets aIUser
object from a single user selector property.IBaseWorkflowModule.getExternalUser
(IResource resource, String propertyName) Gets aIUser
object from a single user selector property.Collection
<? extends ILinkedResource> IBaseWorkflowModule.getLinkedResources
(IResource resource, String propertyName) Gets all the linked resources associated with a table property.Gets the available values of a list property.Collection
<? extends IOptionList.IOption> Gets the available values of a list property.IWorkflowModule.getResourceController
(IResource resource) Gets the resource controller object.Gets the value of a property.Gets the value of a property.void
IBaseDocumentModule.send
(IContext context, IResource resource, IMailForm mailForm, Collection entries, String subject, String content) Sends a mail by specifying the subject and the content of the body.void
IBaseDocumentModule.send
(IContext context, IWorkflow workflow, IResource resource, String formName, Collection entries) Allows to send a mail.void
IBaseWorkflowModule.send
(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )void
IBaseWorkflowModule.send
(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mail_to, String comment) Sends a mail by specifying the subject and the content of the body.void
IBaseWorkflowModule.send
(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )void
IBaseDocumentModule.setExternalElements
(IResource resource, String propertyName, Collection elements) Sets aIElement
to a multiple selector property.void
IBaseWorkflowModule.setExternalElements
(IResource resource, String propertyName, Collection<?> elements) Sets aIElement
to a multiple selector property.void
IBaseDocumentModule.setExternalFile
(IResource resource, String propertyName, IFile file) Sets aIFile
to a single selector property.void
IBaseWorkflowModule.setExternalFile
(IResource resource, String propertyName, IFile file) Sets aIFile
to a single selector property.void
IBaseDocumentModule.setExternalFolder
(IResource resource, String propertyName, IFolder folder) Sets aIFolder
to a single selector property.void
IBaseWorkflowModule.setExternalFolder
(IResource resource, String propertyName, IFolder folder) Sets aIFolder
to a single selector property.void
IBaseDocumentModule.setExternalGroup
(IResource resource, String propertyName, IGroup group) Sets aIGroup
to a single selector property.void
IBaseWorkflowModule.setExternalGroup
(IResource resource, String propertyName, IGroup group) Sets aIGroup
to a single selector property.void
IBaseDocumentModule.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) Sets aILibrary
to a single selector property.void
IBaseWorkflowModule.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) Sets aILibrary
to a single selector property.void
IBaseDocumentModule.setExternalLocalization
(IResource resource, String propertyName, ILocalization localization) Sets aILocalization
to a single selector property.void
IBaseWorkflowModule.setExternalLocalization
(IResource resource, String propertyName, ILocalization localization) Sets aILocalization
to a single selector property.void
IBaseDocumentModule.setExternalOrganization
(IResource resource, String propertyName, IOrganization organization) Sets aIOrganization
to a single selector property.void
IBaseWorkflowModule.setExternalOrganization
(IResource resource, String propertyName, IOrganization organization) Sets aIOrganization
to a single selector property.void
IBaseDocumentModule.setExternalUser
(IResource resource, String propertyName, IUser user) Sets aIUser
to a single selector property.void
IBaseWorkflowModule.setExternalUser
(IResource resource, String propertyName, IUser user) Sets aIUser
to a single selector property.void
IBaseDocumentModule.setList
(IResource resource, String propertyName, Collection values) Sets the list of available values to a list property.void
IBaseWorkflowModule.setList
(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Sets the list of available values to a list property.void
Sets a value to a property.void
Sets a value to a property. -
Uses of IResource in com.axemble.vdoc.sdk.supports
Subinterfaces of IResource in com.axemble.vdoc.sdk.supports -
Uses of IResource in com.axemble.vdoc.sdk.utils
Methods in com.axemble.vdoc.sdk.utils with parameters of type IResourceModifier and TypeMethodDescriptionBuild a Mail template object form a given resource and pa map parameter The template is translated in the current user language, and all the bookmarks are replaced from the map parametersIMailUtils.retrieveMailTemplateContent
(String language, IResource template) Retrieve the content of a mail template Choose the default value if it is not overrideIMailUtils.retrieveMailTemplateSubject
(String language, IResource template) Retrieve the subject of a mail template Choose the default value if it is not overridesvoid
IMailUtils.updateMailTemplateContent
(String language, IResource template, String newValue) Update the content of a mail template Choose the default value if it is not overridevoid
IMailUtils.updateMailTemplateSubject
(String language, IResource template, String newValue) Update the subject of a mail template Choose the default value if it is not override -
Uses of IResource in com.axemble.vdoc.sdk.view.extensions
Methods in com.axemble.vdoc.sdk.view.extensions that return IResourceModifier and TypeMethodDescriptionprotected final IResource
BaseViewExtension.getResource()
Retrieves the container resource.ViewItem.getResource()
-
Uses of IResource in com.axemble.vdoc.sdk.view.extensions.impl
Fields in com.axemble.vdoc.sdk.view.extensions.impl declared as IResourceMethods in com.axemble.vdoc.sdk.view.extensions.impl that return IResource -
Uses of IResource in com.axemble.vdoc.sdk.workflow.extensions
Methods in com.axemble.vdoc.sdk.workflow.extensions that return IResource