Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResource
Packages that use IResource
Package
Description
-
Uses of IResource in com.axemble.vdoc.sdk.ai.content
Methods in com.axemble.vdoc.sdk.ai.content that return IResourceModifier and TypeMethodDescriptionIRichAIConfiguration.getResource()Get the resource linked to this configuration -
Uses of IResource in com.axemble.vdoc.sdk.configuration.base
Methods in com.axemble.vdoc.sdk.configuration.base that return IResourceModifier and TypeMethodDescriptionprotected final IResourceBaseConfigurationEditor.getResource() -
Uses of IResource in com.axemble.vdoc.sdk.connectors
Methods in com.axemble.vdoc.sdk.connectors that return IResourceModifier and TypeMethodDescriptionfinal IResourceBaseConnectionEditor.getResource()final IResourceBaseServiceConnector.getResource()final IResourceBaseServiceConnectorEditor.getResource()protected final IResourceBaseTreatmentConnectorEditor.getResource()Methods in com.axemble.vdoc.sdk.connectors with parameters of type IResourceModifier and TypeMethodDescriptionprotected final StringBaseConnector.evaluateExpressions(String formula, IContext context, IResource resource) Evaluate expressions in formula (ex : ${iUser.login})protected final StringBaseConnector.evaluateExpressions(String formula, IContext context, IResource resource, String language) Evaluate expressions in formula (ex : ${iUser.login})protected final StringBaseConnector.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 TypeClassDescriptionclassclassclassProcessLinkedResource for dynamic tablesclassclassclassWorkflow 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 IResourceWorkflowModuleImpl.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) voidPortalResourceTransformer.buildXMLBody(Element parent, IResource resource) voidPortalResourceTransformer.buildXMLBody(Element parent, IResource resource, Collection columns) voidProcessResourceTransformer.buildXMLBody(Element parent, IResource resource, Collection columns) voidProcessResourceTransformer.buildXMLBody(Element parent, IResource resource, Map<String, String> labels) voidProcessResourceTransformer.buildXMLBody(Element parent, IResource resource, Map<String, String> labels, boolean includeWorkflowInstanceBody) voidProcessResourceTransformer.buildXMLHeader(Element parent, IResource resource) voidPortalResourceTransformer.buildXMLHistory(Element parent, IResource resource) voidProcessResourceTransformer.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) 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 StringProcessResourceTransformer.getResourceInterface(IResource resource) protected static voidPortalResourceTransformer.importHistory(IResource childResource, Element fieldElement) voidProcessResourceTransformer.importHistory(IResource childResource, Element fieldElement) PortalResourceTransformer.IXMLImporter.importXML(IResource resource, Element fieldElement, Object parameter) voidPortalResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream) voidPortalResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder) voidPortalResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) voidPortalResourceTransformer.resourceToXML(IResource resource, Collection columns, OutputStream outputStream) voidProcessResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream) voidProcessResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) voidProcessResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder) voidProcessResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) voidProcessResourceTransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) voidProcessResourceTransformer.resourceToXML(IResource resource, Collection columns, OutputStream outputStream) voidWorkflowModuleImpl.send(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mailTo, String comment) protected final voidWorkflowModuleImpl.send(IContext context, IResource resource, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) voidWorkflowModuleImpl.setExternalElements(IResource resource, String propertyName, Collection<?> elements) voidWorkflowModuleImpl.setExternalFile(IResource resource, String propertyName, IFile file) voidWorkflowModuleImpl.setExternalFolder(IResource resource, String propertyName, IFolder folder) voidWorkflowModuleImpl.setExternalGroup(IResource resource, String propertyName, IGroup group) voidWorkflowModuleImpl.setExternalLibrary(IResource resource, String propertyName, ILibrary library) voidWorkflowModuleImpl.setExternalLocalization(IResource resource, String propertyName, ILocalization localization) voidWorkflowModuleImpl.setExternalOrganization(IResource resource, String propertyName, IOrganization organization) voidWorkflowModuleImpl.setExternalUser(IResource resource, String propertyName, IUser user) voidWorkflowModuleImpl.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) voidPortalResourceTransformer.xmlToResource(IResource resource, InputStream inputStream) ProcessResourceTransformer.xmlToResource(IResource resource, InputStream inputStream) Constructors in com.axemble.vdoc.sdk.impl with parameters of type IResourceModifierConstructorDescriptionprotectedPortalResourceHistory(IModule module, IResource resource) protectedProcessResourceController(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 TypeInterfaceDescriptioninterfaceThis class represents a data unit.interfaceThe file within the library system.interfaceA child resource within a table fieldinterfaceA resource for storageinterfaceThis class represents a version of a document.interfaceThis 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 TypeMethodDescriptionvoidvoidITransformer.resourceToXML(IResource resource, File resourceFolder) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.voidITransformer.resourceToXML(IResource resource, OutputStream outputStream) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.voidITransformer.resourceToXML(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.voidITransformer.resourceToXML(IResource resource, OutputStream outputStream, boolean includeAttachmentsContent, boolean includeWorkflowInstanceBody) Allows to transform aIResourceobject to an XML document.voidITransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder) Deprecated.: use resourceToXML( IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent ) method instead.voidITransformer.resourceToXML(IResource resource, OutputStream outputStream, File attachmentsFolder, boolean includeAttachmentsContent) Allows to transform aIResourceobject to an XML document.voidITransformer.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 booleanBaseLinkExtension.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 TypeMethodDescriptionIBaseWorkflowModule.createGenericResource()Deprecated, for removal: This API element is subject to removal in a future version.Creates a generic resource for mail purposes.IWorkflowModule.createGenericResource()Creates a generic resource for mail purposes.IBaseWorkflowModule.getResource(IStorageKey key) Deprecated, for removal: This API element is subject to removal in a future version.Gets a resource object from its identifier.IBaseWorkflowModule.getResource(Object object) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIResourceobject from an object.IBaseWorkflowModule.getResource(String id) Deprecated.Use getResource(IStorageKeykey ) method instead.IWorkflowModule.getResource(IStorageKey key) Gets a resource object from its identifier.IWorkflowModule.getResource(Object object) Gets aIResourceobject from an object.IWorkflowModule.getResource(String id) Deprecated.Use getResource(IStorageKeykey ) method instead.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IResourceModifier and TypeMethodDescriptionCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIResourceobjects from a resource definition.Collection<? extends IResource> IWorkflowModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IWorkflowModule.getResources(IContext context, IResourceDefinition resourceDefinition) Gets a collection ofIResourceobjects from a resource definition.Methods in com.axemble.vdoc.sdk.modules with parameters of type IResourceModifier and TypeMethodDescriptionIBaseWorkflowModule.addAttachment(IResource resource, String propertyName, IAttachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.Adds an attachment from an attachment.IBaseWorkflowModule.addAttachment(IResource resource, String propertyName, File file) Deprecated, for removal: This API element is subject to removal in a future version.Adds an attachment as a java.io.File object.IBaseWorkflowModule.addAttachment(IResource resource, String propertyName, String fileName, InputStream inputStream) Deprecated, for removal: This API element is subject to removal in a future version.Adds an attachment as an java.io.InputStream object.IBaseWorkflowModule.addAttachment(IResource resource, String propertyName, String fileName, String fullPath) Deprecated, for removal: This API element is subject to removal in a future version.Adds an attachment with its full path.IWorkflowModule.addAttachment(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IWorkflowModule.addAttachment(IResource resource, String propertyName, File file) Adds an attachment as a java.io.File object.IWorkflowModule.addAttachment(IResource resource, String propertyName, String fileName, InputStream inputStream) Adds an attachment as an java.io.InputStream object.IWorkflowModule.addAttachment(IResource resource, String propertyName, String fileName, String fullPath) Adds an attachment with its full path.IBaseWorkflowModule.buildMailMessage(IResource resource, IMailForm mailForm, String language) Deprecated, for removal: This API element is subject to removal in a future version.Evaluates the form and returns the HTML content as a java.lang.String object.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a linked resource into a specified property table.IWorkflowModule.createLinkedResource(IResource resource, String propertyName) Creates a linked resource into a specified property table.IBaseWorkflowModule.evaluatedHtml(IResource resource, IMailForm mailForm) Deprecated.: use buildMailMessage( IResource resource, IMailForm mailForm, String language )IWorkflowModule.evaluatedHtml(IResource resource, IMailForm mailForm) Deprecated.: use buildMailMessage( IResource resource, IMailForm mailForm, String language )IBaseWorkflowModule.generateReference(IResource resource) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Evaluate the next reference based specified format.IWorkflowModule.generateReference(IResource resource) Evaluate the next reference based on the format specified on the Designer tool.IWorkflowModule.generateReference(IResource resource, String format) Deprecated.: should not use this method anymore.IWorkflowModule.generateReference(IResource resource, Document format) Evaluate the next reference based specified format.IBaseWorkflowModule.getAttachment(IResource resource, String propertyName, String fileName) Deprecated, for removal: This API element is subject to removal in a future version.Gets an attachment by its file name.IWorkflowModule.getAttachment(IResource resource, String propertyName, String fileName) Gets an attachment by its file name.Collection<? extends IAttachment> IBaseWorkflowModule.getAttachments(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the attachments associated with a property.Collection<? extends IAttachment> IWorkflowModule.getAttachments(IResource resource, String propertyName) Gets all the attachments associated with a property.Collection<?> IBaseWorkflowModule.getExternalElements(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIElementobjects from a multiple selector property.Collection<?> IWorkflowModule.getExternalElements(IResource resource, String propertyName) Gets a collection ofIElementobjects from a multiple selector property.IBaseWorkflowModule.getExternalFile(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIFileobject from a single file selector property.IWorkflowModule.getExternalFile(IResource resource, String propertyName) Gets aIFileobject from a single file selector property.IBaseWorkflowModule.getExternalFolder(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIFolderobject from a single folder selector property.IWorkflowModule.getExternalFolder(IResource resource, String propertyName) Gets aIFolderobject from a single folder selector property.IBaseWorkflowModule.getExternalGroup(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIGroupobject from a single group selector property.IWorkflowModule.getExternalGroup(IResource resource, String propertyName) Gets aIGroupobject from a single group selector property.IBaseWorkflowModule.getExternalLibrary(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aILibraryobject from a single library selector property.IWorkflowModule.getExternalLibrary(IResource resource, String propertyName) Gets aILibraryobject from a single library selector property.IBaseWorkflowModule.getExternalLocalization(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aILocalizationobject from a single localization selector property.IWorkflowModule.getExternalLocalization(IResource resource, String propertyName) Gets aILocalizationobject from a single localization selector property.IBaseWorkflowModule.getExternalOrganization(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIOrganizationobject from a single organization selector property.IWorkflowModule.getExternalOrganization(IResource resource, String propertyName) Gets aIOrganizationobject from a single organization selector property.IBaseWorkflowModule.getExternalUser(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIUserobject from a single user selector property.IWorkflowModule.getExternalUser(IResource resource, String propertyName) Gets aIUserobject from a single user selector property.Collection<? extends ILinkedResource> IBaseWorkflowModule.getLinkedResources(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the linked resources associated with a table property.Collection<? extends ILinkedResource> IWorkflowModule.getLinkedResources(IResource resource, String propertyName) Gets all the linked resources associated with a table property.Collection<? extends IOptionList.IOption> Deprecated, for removal: This API element is subject to removal in a future version.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.Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of a property.Gets the value of a property.voidIBaseWorkflowModule.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 )voidIBaseWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mail_to, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Sends a mail by specifying the subject and the content of the body.voidIBaseWorkflowModule.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 )voidIWorkflowModule.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 )voidIWorkflowModule.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.voidIWorkflowModule.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 )voidIBaseWorkflowModule.setExternalElements(IResource resource, String propertyName, Collection<?> elements) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIElementto a multiple selector property.voidIWorkflowModule.setExternalElements(IResource resource, String propertyName, Collection<?> elements) Sets aIElementto a multiple selector property.voidIBaseWorkflowModule.setExternalFile(IResource resource, String propertyName, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIFileto a single selector property.voidIWorkflowModule.setExternalFile(IResource resource, String propertyName, IFile file) Sets aIFileto a single selector property.voidIBaseWorkflowModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIFolderto a single selector property.voidIWorkflowModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Sets aIFolderto a single selector property.voidIBaseWorkflowModule.setExternalGroup(IResource resource, String propertyName, IGroup group) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIGroupto a single selector property.voidIWorkflowModule.setExternalGroup(IResource resource, String propertyName, IGroup group) Sets aIGroupto a single selector property.voidIBaseWorkflowModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Sets aILibraryto a single selector property.voidIWorkflowModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Sets aILibraryto a single selector property.voidIBaseWorkflowModule.setExternalLocalization(IResource resource, String propertyName, ILocalization localization) Deprecated, for removal: This API element is subject to removal in a future version.Sets aILocalizationto a single selector property.voidIWorkflowModule.setExternalLocalization(IResource resource, String propertyName, ILocalization localization) Sets aILocalizationto a single selector property.voidIBaseWorkflowModule.setExternalOrganization(IResource resource, String propertyName, IOrganization organization) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIOrganizationto a single selector property.voidIWorkflowModule.setExternalOrganization(IResource resource, String propertyName, IOrganization organization) Sets aIOrganizationto a single selector property.voidIBaseWorkflowModule.setExternalUser(IResource resource, String propertyName, IUser user) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIUserto a single selector property.voidIWorkflowModule.setExternalUser(IResource resource, String propertyName, IUser user) Sets aIUserto a single selector property.voidIBaseWorkflowModule.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Deprecated, for removal: This API element is subject to removal in a future version.Sets the list of available values to a list property.voidIWorkflowModule.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Sets the list of available values to a list property.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets a value to a property.voidSets 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 overridesIAIAgentUtils.serializeResource(IWorkflowModule workflowModule, IResource resource, Collection<String> propertiesContext, boolean showLabel, String language) Serialize a resource to a text formatIAIAgentUtils.summarize(IContext userContext, ILanguageModelConnection languageModelConnection, IResource resource, Collection<String> propertiesContext, String language, String usage) Summarize the content of a resourcevoidIMailUtils.updateMailTemplateContent(String language, IResource template, String newValue) Update the content of a mail template Choose the default value if it is not overridevoidIMailUtils.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 IResourceBaseViewExtension.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 -
Uses of IResource in com.vdoc.sdk.commons.backend.bookmarks.impl
Methods in com.vdoc.sdk.commons.backend.bookmarks.impl that return IResourceMethods in com.vdoc.sdk.commons.backend.bookmarks.impl with parameters of type IResourceConstructors in com.vdoc.sdk.commons.backend.bookmarks.impl with parameters of type IResourceModifierConstructorDescriptionSimpleRessourceEvaluator(IResource resource) ConstructorSimpleRessourceEvaluator(IResource resource, int dateFormat, int timeFormat, Locale local) ConstructorSimpleRessourceEvaluator(IResource resource, DateFormat dateFormat) ConstructorSimpleRessourceEvaluator(IResource resource, Locale local) Constructor -
Uses of IResource in com.vdoc.sdk.commons.ui.document.fields
Methods in com.vdoc.sdk.commons.ui.document.fields that return IResource -
Uses of IResource in com.vdoc.sdk.commons.ui.utils
Methods in com.vdoc.sdk.commons.ui.utils that return IResourceModifier and TypeMethodDescriptionstatic IResourceNavigatorUtils.getCurrentResource(IWorkflowModule workflowModule) Method used to get current resource in which our screen is included.protected static IResourceNavigatorUtils.getCurrentResource(IWorkflowModule workflowModule, com.axemble.vdp.ui.framework.foundation.Navigator navigator) Gets the current resource of aNavigator -
Uses of IResource in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl
Fields in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl declared as IResourceMethods in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl that return IResourceConstructors in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl with parameters of type IResource -
Uses of IResource in com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher
Methods in com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher that return IResourceMethods in com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher with parameters of type IResource -
Uses of IResource in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils that return IResourceModifier and TypeMethodDescriptionstatic IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource) Clone aIResourcestatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource, List<String> propertiesName, Boolean exclude) Clone aIStorageResourceor aIWorkflowInstance
You can exclude some properties by passing ArrayListpropertiesName and set the Boolean exclude argument to Boolean.TRUE.
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static IResourcePluginUtils.getAssociatedResource(IPlugin plugin) static IResourcePluginUtils.getAssociatedResource(ISiteExecutionContext siteExecutionContext) Gets theIResourceassociated with theISiteExecutionContextMethods in com.vdoc.sdk.commons.utils with parameters of type IResourceModifier and TypeMethodDescriptionstatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource) Clone aIResourcestatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource, List<String> propertiesName, Boolean exclude) Clone aIStorageResourceor aIWorkflowInstance
You can exclude some properties by passing ArrayListpropertiesName and set the Boolean exclude argument to Boolean.TRUE.
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyAttachement(IWorkflowModule workflowModule, IResource targetResource, String targetPropertyName, Collection<? extends IAttachment> attachementCollection) Deprecated.use copyAttachment insteadstatic voidResourceUtils.copyAttachment(IWorkflowModule workflowModule, IResource sourceResource, IResource targetResource, String sourcePropertyName, String targetPropertyName, boolean withReplacement) copy an file property to another file property.static voidResourceUtils.copyAttachment(IWorkflowModule workflowModule, IResource targetResource, String targetPropertyName, Collection<? extends IAttachment> attachementCollection) static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName) static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName, Boolean exclude) Copy the values from the source resource to the target resource
You can exclude some properties by passing ArrayListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, Map<String, String> propertiesMapping) Copy values from a resource to another by specifying a properties mapping.protected static Collection<IOptionList.IOption> ListsUtils.getExternalListContent(IResource resource, IList iList) Gets the values for an externalIListstatic Collection<? extends IOptionList.IOption> ListsUtils.getListValues(IList list, IResource resource) static IWorkflowInstanceWorkflowInstanceUtils.getWorkflowInstance(IWorkflowModule workflowModule, IResource resource) getWorkflowInstancestatic voidResourceUtils.removeAttachment(IWorkflowModule workflowModule, IResource resource, String fieldName, String fileName) Remove anIAttachmentfor anIResource -
Uses of IResource in com.vdoc.sdk.commons.utils.copy.properties
Methods in com.vdoc.sdk.commons.utils.copy.properties that return IResourceModifier and TypeMethodDescriptionPropertyCopyConfiguration.getSource()PropertyCopyConfiguration.getTarget()Methods in com.vdoc.sdk.commons.utils.copy.properties with parameters of type IResourceModifier and TypeMethodDescription