Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResource
Packages that use IResource
Package
Description
- 
Uses of IResource in com.axemble.vdoc.sdk.configuration.baseMethods in com.axemble.vdoc.sdk.configuration.base that return IResourceModifier and TypeMethodDescriptionprotected final IResourceBaseConfigurationEditor.getResource()
- 
Uses of IResource in com.axemble.vdoc.sdk.connectorsMethods 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.implClasses in com.axemble.vdoc.sdk.impl that implement IResourceModifier and TypeClassDescriptionclassclassclassclassclassclassWorkflow 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) 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 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.interfacesSubinterfaces 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.extensionsMethods 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.extensionsMethods in com.axemble.vdoc.sdk.mail.extensions that return IResource
- 
Uses of IResource in com.axemble.vdoc.sdk.mapping.extensionsMethods in com.axemble.vdoc.sdk.mapping.extensions that return IResource
- 
Uses of IResource in com.axemble.vdoc.sdk.modulesMethods 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 aIResourceobject from an object.IBaseWorkflowModule.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> IBaseDocumentModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IBaseDocumentModule.getResources(IContext context, IResourceDefinition resourceDefinition) Gets a collection ofIResourceobjects from a resource definition.Collection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IBaseWorkflowModule.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 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 ofIElementobjects from a multiple selector property.Collection<?> IBaseWorkflowModule.getExternalElements(IResource resource, String propertyName) Gets a collection ofIElementobjects from a multiple selector property.IBaseDocumentModule.getExternalFile(IResource resource, String propertyName) Gets aIFileobject from a single file selector property.IBaseWorkflowModule.getExternalFile(IResource resource, String propertyName) Gets aIFileobject from a single file selector property.IBaseDocumentModule.getExternalFolder(IResource resource, String propertyName) Gets aIFolderobject from a single folder selector property.IBaseWorkflowModule.getExternalFolder(IResource resource, String propertyName) Gets aIFolderobject from a single folder selector property.IBaseDocumentModule.getExternalGroup(IResource resource, String propertyName) Gets aIGroupobject from a single group selector property.IBaseWorkflowModule.getExternalGroup(IResource resource, String propertyName) Gets aIGroupobject from a single group selector property.IBaseDocumentModule.getExternalLibrary(IResource resource, String propertyName) Gets aILibraryobject from a single library selector property.IBaseWorkflowModule.getExternalLibrary(IResource resource, String propertyName) Gets aILibraryobject from a single library selector property.IBaseDocumentModule.getExternalLocalization(IResource resource, String propertyName) Gets aILocalizationobject from a single localization selector property.IBaseWorkflowModule.getExternalLocalization(IResource resource, String propertyName) Gets aILocalizationobject from a single localization selector property.IBaseDocumentModule.getExternalOrganization(IResource resource, String propertyName) Gets aIOrganizationobject from a single organization selector property.IBaseWorkflowModule.getExternalOrganization(IResource resource, String propertyName) Gets aIOrganizationobject from a single organization selector property.IBaseDocumentModule.getExternalUser(IResource resource, String propertyName) Gets aIUserobject from a single user selector property.IBaseWorkflowModule.getExternalUser(IResource resource, String propertyName) Gets aIUserobject 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.voidIBaseDocumentModule.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.voidIBaseDocumentModule.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection entries) Allows to send a mail.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) 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 )voidIBaseDocumentModule.setExternalElements(IResource resource, String propertyName, Collection elements) Sets aIElementto a multiple selector property.voidIBaseWorkflowModule.setExternalElements(IResource resource, String propertyName, Collection<?> elements) Sets aIElementto a multiple selector property.voidIBaseDocumentModule.setExternalFile(IResource resource, String propertyName, IFile file) Sets aIFileto a single selector property.voidIBaseWorkflowModule.setExternalFile(IResource resource, String propertyName, IFile file) Sets aIFileto a single selector property.voidIBaseDocumentModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Sets aIFolderto a single selector property.voidIBaseWorkflowModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Sets aIFolderto a single selector property.voidIBaseDocumentModule.setExternalGroup(IResource resource, String propertyName, IGroup group) Sets aIGroupto a single selector property.voidIBaseWorkflowModule.setExternalGroup(IResource resource, String propertyName, IGroup group) Sets aIGroupto a single selector property.voidIBaseDocumentModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Sets aILibraryto a single selector property.voidIBaseWorkflowModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Sets aILibraryto a single selector property.voidIBaseDocumentModule.setExternalLocalization(IResource resource, String propertyName, ILocalization localization) Sets aILocalizationto a single selector property.voidIBaseWorkflowModule.setExternalLocalization(IResource resource, String propertyName, ILocalization localization) Sets aILocalizationto a single selector property.voidIBaseDocumentModule.setExternalOrganization(IResource resource, String propertyName, IOrganization organization) Sets aIOrganizationto a single selector property.voidIBaseWorkflowModule.setExternalOrganization(IResource resource, String propertyName, IOrganization organization) Sets aIOrganizationto a single selector property.voidIBaseDocumentModule.setExternalUser(IResource resource, String propertyName, IUser user) Sets aIUserto a single selector property.voidIBaseWorkflowModule.setExternalUser(IResource resource, String propertyName, IUser user) Sets aIUserto a single selector property.voidIBaseDocumentModule.setList(IResource resource, String propertyName, Collection values) Sets the list of available values to a list property.voidIBaseWorkflowModule.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Sets the list of available values to a list property.voidSets a value to a property.voidSets a value to a property.
- 
Uses of IResource in com.axemble.vdoc.sdk.supportsSubinterfaces of IResource in com.axemble.vdoc.sdk.supports
- 
Uses of IResource in com.axemble.vdoc.sdk.utilsMethods 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 overridesvoidIMailUtils.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.extensionsMethods 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.implFields 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.extensionsMethods in com.axemble.vdoc.sdk.workflow.extensions that return IResource