Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILinkedResource
Packages that use ILinkedResource
Package
Description
-
Uses of ILinkedResource in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return ILinkedResourceModifier and TypeMethodDescriptionBaseResourceExtension.getLinkedResource()Retrieves the linked resource object. -
Uses of ILinkedResource in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement ILinkedResourceModifier and TypeClassDescriptionclassclassProcessLinkedResource for dynamic tablesMethods in com.axemble.vdoc.sdk.impl that return ILinkedResourceModifier and TypeMethodDescriptionGenericResource.createLinkedResource(String propertyName) PortalFile.createLinkedResource(String propertyName) ProcessResource.createLinkedResource(String propertyName) WorkflowModuleImpl.createLinkedResource(IResource resource, String propertyName) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type ILinkedResourceModifier and TypeMethodDescriptionCollection<? extends ILinkedResource> ProcessResource.getLinkedResources(String propertyName) Collection<? extends ILinkedResource> WorkflowModuleImpl.getLinkedResources(IResource resource, String propertyName) Methods in com.axemble.vdoc.sdk.impl with parameters of type ILinkedResourceModifier and TypeMethodDescriptionbooleanGenericResource.addLinkedResource(ILinkedResource linkedResource) booleanPortalFile.addLinkedResource(ILinkedResource linkedResource) booleanProcessResource.addLinkedResource(ILinkedResource linkedResource) voidGenericResource.deleteLinkedResource(ILinkedResource linkedResource) voidPortalFile.deleteLinkedResource(ILinkedResource linkedResource) voidProcessResource.deleteLinkedResource(ILinkedResource linkedResource) WorkflowModuleImpl.getParentInstance(ILinkedResource linkedResource) Method parameters in com.axemble.vdoc.sdk.impl with type arguments of type ILinkedResourceModifier and TypeMethodDescriptionbooleanProcessResource.addLinkedResources(Collection<? extends ILinkedResource> linkedResources) voidProcessResource.deleteLinkedResources(Collection<? extends ILinkedResource> linkedResources) -
Uses of ILinkedResource in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return ILinkedResourceModifier and TypeMethodDescriptionIResource.createLinkedResource(String propertyName) Creates a linked resource within a property.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type ILinkedResourceModifier and TypeMethodDescriptionCollection<? extends ILinkedResource> IResource.getLinkedResources(String propertyName) Retrieves all the linked resources of a property.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type ILinkedResourceModifier and TypeMethodDescriptionbooleanIResource.addLinkedResource(ILinkedResource linkedResource) Allows to add a linked resource.voidIResource.deleteLinkedResource(ILinkedResource linkedResource) Allows to remove a linked resource.Method parameters in com.axemble.vdoc.sdk.interfaces with type arguments of type ILinkedResourceModifier and TypeMethodDescriptionbooleanIResource.addLinkedResources(Collection<? extends ILinkedResource> linkedResources) Allows to add linked resources.voidIResource.deleteLinkedResources(Collection<? extends ILinkedResource> linkedResources) Allows to remove a collection of linked resources. -
Uses of ILinkedResource in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return ILinkedResourceModifier and TypeMethodDescriptionIBaseWorkflowModule.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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type ILinkedResourceModifier and TypeMethodDescriptionCollection<? 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.Methods in com.axemble.vdoc.sdk.modules with parameters of type ILinkedResourceModifier and TypeMethodDescriptionIBaseWorkflowModule.getParentInstance(ILinkedResource linkedResource) Deprecated, for removal: This API element is subject to removal in a future version.Gets the parent instance of a linked resource.IWorkflowModule.getParentInstance(ILinkedResource linkedResource) Gets the parent instance of a linked resource. -
Uses of ILinkedResource in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils that return ILinkedResourceModifier and TypeMethodDescriptionstatic ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
You can exclude some properties by passing ListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ListpropertiesName and the Boolean exclude to false static ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
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 Methods in com.vdoc.sdk.commons.utils with parameters of type ILinkedResourceModifier and TypeMethodDescriptionstatic IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
You can exclude some properties by passing ListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ListpropertiesName and the Boolean exclude to false static IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
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