Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILinkedResource
Packages that use ILinkedResource
Package
Description
- 
Uses of ILinkedResource in com.axemble.vdoc.sdk.document.extensionsMethods 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.implClasses 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.interfacesMethods 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.modulesMethods in com.axemble.vdoc.sdk.modules that return ILinkedResourceModifier and TypeMethodDescriptionIBaseWorkflowModule.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) 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) Gets the parent instance of a linked resource.