Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContext
Packages that use IContext
Package
Description
- 
Uses of IContext in com.axemble.vdoc.sdk.componentsMethods in com.axemble.vdoc.sdk.components with parameters of type IContextModifier and TypeMethodDescriptionvoidMappingObject.applyMapping(IContext context, T sourceObject, S targetObject, Object mappingDefinition) Used to assign the values of the source object to the target objectMappingObject.getTargetValue(IContext context, T sourceObject, Object mappingDefinition, String targetMappingStructureName) Gets the value of the target mappingStructure name
- 
Uses of IContext in com.axemble.vdoc.sdk.connectorsMethods in com.axemble.vdoc.sdk.connectors with parameters of type IContextModifier 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})abstract intBaseServiceConnector.execute(IContext context, int eventType, String eventName, Element customElement) abstract intBaseTreatmentConnector.execute(IContext context, IWorkflowInstance workflowInstance, ITaskInstance taskInstance, Element customElement) 
- 
Uses of IContext in com.axemble.vdoc.sdk.historyMethods in com.axemble.vdoc.sdk.history with parameters of type IContext
- 
Uses of IContext in com.axemble.vdoc.sdk.implFields in com.axemble.vdoc.sdk.impl declared as IContextMethods in com.axemble.vdoc.sdk.impl that return IContextModifier and TypeMethodDescriptionCoreModule.getAnonymousContext()PortalModule.getAnonymousContext()CoreModule.getContext(IStorageKey key) CoreModule.getContext(IUser user) CoreModule.getContext(String externalId) PortalModule.getContext(IStorageKey key) Retrieve a context by user's keyPortalModule.getContext(IUser user) PortalModule.getContext(String externalId) CoreModule.getContextByLogin(String login) PortalModule.getContextByLogin(String login) final IContextPortalModule.getCurrentContext()CoreModule.getLoggedOnUserContext()PortalModule.getLoggedOnUserContext()CoreModule.getSysadminContext()PortalModule.getSysadminContext()Methods in com.axemble.vdoc.sdk.impl with parameters of type IContextModifier and TypeMethodDescriptionvoidWorkflowModuleImpl.abort(IContext context, IWorkflowInstance instance, String comment) voidPortalLibraryModule.addCategories(IContext context, IFile file, Collection categories) voidPortalLibraryModule.addCategory(IContext context, IFile file, ICategory category) voidEzsSiteModule.approve(IContext context, IContentContainer contentContainer) voidvoidWorkflowModuleImpl.canDeleteDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) WorkflowModuleImpl.canModifyDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) voidProcessCatalogViewTransformer.catalogsToXML(IContext context, int view, OutputStream outputStream) PortalLibraryModule.checkedOutBy(IContext context, IFile file) voidvoidProjectModuleImpl.compile(IContext context, IDesignForm designForm, boolean validate) ProjectModuleImpl.compile(IContext context, IDesignWorkflow designWorkflow, boolean validate) voidEzsSiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) PortalLibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) EzsSiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) EzsSiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) CoreModule.createAttachment(IContext context, File file) CoreModule.createAttachment(IContext context, File file, boolean canBeRemoved) CoreModule.createAttachment(IContext context, String fileName, byte[] bytes) CoreModule.createAttachment(IContext context, String fileName, InputStream input) EzsSiteModule.createBlock(IContext context) WorkflowModuleImpl.createCatalog(IContext context, String name, String label) WorkflowModuleImpl.createCatalog(IContext context, String name, String label, IProject project) PortalLibraryModule.createCategory(IContext context, ICategory parent, String name) PortalLibraryModule.createCategory(IContext context, ILibrary library, String name) PortalLibraryModule.createCategory(IContext context, String name) EzsSiteModule.createComponent(IContext context, String name) PortalModuleImpl.createConnectionDefinition(IContext context, IOrganization organization, String name, String label, String categoryName) EzsSiteModule.createContent(IContext context, IContentContainer contentContainer) EzsSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) WorkflowModuleImpl.createDiscussionMessage(IContext context, IWorkflowInstance iWorkflowInstance, String content, Collection<IAttachment> attachments, String visibility, Collection<IUser> recipients, IOrganization visibilityOrganization) WorkflowModuleImpl.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) PortalLibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) PortalLibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) PortalLibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream inputStream) PortalLibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) PortalLibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) PortalLibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream inputStream) PortalLibraryModule.createFolder(IContext context, IFolder parent, String name) PortalLibraryModule.createFolder(IContext context, ILibrary library, String name) DirectoryModuleImpl.createGroup(IContext context, IGroup group, String label) DirectoryModuleImpl.createGroup(IContext context, IGroup group, String name, String label) DirectoryModuleImpl.createGroup(IContext context, IOrganization organization, String label) DirectoryModuleImpl.createGroup(IContext context, IOrganization organization, String name, String label) PortalLibraryModule.createLibrary(IContext context, IOrganization organization, String name) PortalLibraryModule.createLibrary(IContext context, String name) DirectoryModuleImpl.createLocalization(IContext context, ILocalization localization, String label) DirectoryModuleImpl.createLocalization(IContext context, ILocalization localization, String name, String label) DirectoryModuleImpl.createLocalization(IContext context, String label) DirectoryModuleImpl.createLocalization(IContext context, String name, String label) PortalModuleImpl.createMailingList(IContext context, IOrganization organization, String name, String label, int type) WorkflowModuleImpl.createOperatorRole(IContext context, ICatalog catalog, String name) DirectoryModuleImpl.createOrganization(IContext context, IOrganization organization, String label) DirectoryModuleImpl.createOrganization(IContext context, IOrganization organization, String name, String label) DirectoryModuleImpl.createOrganization(IContext context, String label) DirectoryModuleImpl.createOrganization(IContext context, String name, String label) EzsSiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer(IContext context, ISite site, String name, String label) EzsSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) EzsSiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) voidEzsSiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) CoreModule.createProfile(IContext context, IProtocolSupport link, String name) ProjectModuleImpl.createProject(IContext context, IOrganization organization, String name, String label) PortalLibraryModule.createResourceDefinition(IContext context, String name) PortalLibraryModule.createResourceDefinition(IContext context, String name, String displayName, ILibrary library) WorkflowModuleImpl.createRole(IContext context, ICatalog catalog, String name) Deprecated.EzsSiteModule.createSite(IContext context, ILibrary library, String name) EzsSiteModule.createSite(IContext context, IOrganization organization, String name) WorkflowModuleImpl.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) WorkflowModuleImpl.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference, String label) DirectoryModuleImpl.createSystemProfile(IContext context, String name) EzsSiteModule.createTopic(IContext context, ISite site, String name, String label) EzsSiteModule.createTopic(IContext context, ITopic parent, String name, String label) DirectoryModuleImpl.createUser(IContext context, String login, String password, IOrganization organization) WorkflowModuleImpl.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) WorkflowModuleImpl.createWorkflowContainer(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) WorkflowModuleImpl.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidWorkflowModuleImpl.deleteDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, IWorkflowInstance iWorkflowInstance) protected voidEzsSiteModule.deleteSite(IContext context, ISite site) voidEzsSiteModule.deleteSite(IContext context, ISite site, boolean deleteLinkedLibrary) Delete sitevoidWorkflowModuleImpl.end(IContext context, ITaskInstance instance, IAction action, String comment) voidWorkflowModuleImpl.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) voidbooleanPortalLibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) WorkflowModuleImpl.findStorageResourceByReference(IContext context, IResourceDefinition resourceDefinition, String reference) voidPortalLibraryModule.fireDownloadHistoryEvent(IContext context, IFile file, String protocol) Fire download history event on IFileCollection<? extends ITaskInstance> WorkflowModuleImpl.getAbortedTaskInstances(IContext context, IWorkflowInstance instance) Collection<? extends IAction> WorkflowModuleImpl.getActions(IContext context, ITask task) EzsSiteModule.getAliases(IContext context, ISite site) EzsSiteModule.getAliases(IContext context, ISite site, boolean recursive) EzsSiteModule.getAliases(IContext context, ITopic parent) EzsSiteModule.getAliases(IContext context, ITopic parent, boolean recursive) Collection<? extends ICatalog> WorkflowModuleImpl.getAllCatalogs(IContext context) PortalLibrary.getAllFolders(IContext iContext) EzsSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) EzsSiteModule.getBlockTemplateContainers(IContext context, ISite site) EzsSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) EzsSiteModule.getCatalog(IContext context, ISite site) WorkflowModuleImpl.getCatalog(IContext context, String name) WorkflowModuleImpl.getCatalog(IContext context, String name, int catalogType) WorkflowModuleImpl.getCatalog(IContext context, String name, int catalogType, IProject project) WorkflowModuleImpl.getCatalog(IContext context, String name, IProject project) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, int catalogType) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, int catalogType, IProject project) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, IProject project) PortalLibraryModule.getCategories(IContext context, ICategory category, boolean recursive) PortalLibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) PortalLibraryModule.getCategory(IContext context, ICategory category, String name) PortalLibraryModule.getCategory(IContext context, ILibrary library, String name) PortalModuleImpl.getConnectionDefinition(IContext context, String name) Collection<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitions(IContext context) Collection<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitionsByCategoryName(IContext context, String categoryName) Collection<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitionsByTypeName(IContext context, String type) EzsSiteModule.getContentContainer(IContext context, ISite site, String name) EzsSiteModule.getContentContainer(IContext context, ITopic parent, String name) EzsSiteModule.getContentContainers(IContext context, ISite site) EzsSiteModule.getContentContainers(IContext context, ISite site, boolean recursive) EzsSiteModule.getContentContainers(IContext context, ITopic parent) EzsSiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) ProcessWorkflowInstance.getCurrentTaskInstance(IContext context) PortalLibraryModule.getDeletedNodes(IContext context, ILibrary library) WorkflowModuleImpl.getDiscussionMessagesOrderByCreationDateDesc(IContext context, IWorkflowInstance iWorkflowInstance) EzsSiteModule.getElementByURI(IContext context, String uri) Collection<? extends ITaskInstance> WorkflowModuleImpl.getEndedTaskInstances(IContext context, IWorkflowInstance instance) PortalLibraryModule.getFileByPath(IContext context, ILibrary library, String path) PortalLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) PortalFolder.getFolders(IContext context) PortalLibrary.getFolders(IContext iContext) PortalLibraryModule.getFolders(IContext context, IFolder parent) PortalLibraryModule.getFolders(IContext context, ILibrary library) WorkflowModuleImpl.getForm(IContext context, IResourceDefinition resourceDefinition, String formName) DirectoryModuleImpl.getGroup(IContext context, IOrganization organization, String name) WorkflowModuleImpl.getJdbcReference(IContext context, String name) Collection<? extends IJdbcReference> WorkflowModuleImpl.getJdbcReferences(IContext context) PortalLibraryModule.getLibraries(IContext context) PortalLibraryModule.getLibraries(IContext context, IOrganization organization) PortalLibraryModule.getLibraries(IContext context, String right) PortalLibraryModule.getLibrary(IContext context, IFile file) PortalLibraryModule.getLibrary(IContext context, IFolder folder) PortalLibraryModule.getLibrary(IContext context, IOrganization organization, String name) PortalLibraryModule.getLibrary(IContext context, String name) PortalLibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Collection<? extends IList> DirectoryModuleImpl.getLocalization(IContext context, ILocalization parent, String name) Deprecated.DirectoryModuleImpl.getLocalization(IContext context, String name) DirectoryModuleImpl.getLocalizationByPathLabel(IContext context, String path) Collection<? extends ILocalization> DirectoryModuleImpl.getLocalizations(IContext context) Collection<? extends ILocalization> DirectoryModuleImpl.getLocalizations(IContext context, ILocalization parent) WorkflowModuleImpl.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Collection<? extends IMailForm> WorkflowModuleImpl.getMailForms(IContext context, IWorkflow workflow) Collection<? extends IMailForm> WorkflowModuleImpl.getMailForms(IContext context, IWorkflow workflow, String startsWith) PortalModuleImpl.getMailingList(IContext context, String name, int type) Collection<? extends IMailingList> PortalModuleImpl.getMailingLists(IContext context) Collection<? extends ITaskInstance> WorkflowModuleImpl.getManualTaskInstances(IContext context, IWorkflowInstance instance) Collection<? extends ITaskInstance> WorkflowModuleImpl.getManualTaskInstancesByStatus(IContext context, int status) Collection<? extends ITaskInstance> WorkflowModuleImpl.getManualTaskInstancesModifiedSince(IContext context, Date date) Collection<? extends ITask> WorkflowModuleImpl.getManualTasks(IContext context, IWorkflow workflow) Get manual task from workflowWorkflowModuleImpl.getOneTaskInstance(IContext context, IWorkflowInstance instance) WorkflowModuleImpl.getOperatorRole(IContext context, ICatalog catalog, String name) Collection<? extends IOperatorRole> WorkflowModuleImpl.getOperatorRoles(IContext context, ICatalog catalog) DirectoryModuleImpl.getOrganization(IContext context, IOrganization parent, String name) Deprecated.DirectoryModuleImpl.getOrganization(IContext context, String name) DirectoryModuleImpl.getOrganizationByPathLabel(IContext context, String path) Collection<? extends IOrganization> DirectoryModuleImpl.getOrganizations(IContext context) Collection<? extends IOrganization> DirectoryModuleImpl.getOrganizations(IContext context, IOrganization parent) EzsSiteModule.getPageContainer(IContext context, ISite site, String name) EzsSiteModule.getPageContainer(IContext context, ITopic topic, String name) EzsSiteModule.getPageContainers(IContext context, ISite site) EzsSiteModule.getPageContainers(IContext context, ISite site, boolean recursive) EzsSiteModule.getPageContainers(IContext context, ITopic parent) EzsSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) PortalLibraryModule.getParentCategory(IContext context, ICategory category) PortalLibraryModule.getParentFolder(IContext context, IFile file) PortalLibraryModule.getParentFolder(IContext context, IFolder folder) PortalLibraryModule.getParentFolders(IContext context, IFile file) PortalLibraryModule.getParentFolders(IContext context, IFolder folder) EzsSiteModule.getPlugins(IContext context, ISite site) EzsSiteModule.getPlugins(IContext context, ISite site, boolean recursive) PortalModuleImpl.getPortlet(IContext context, String name) CoreModule.getProfile(IContext context, IProtocolSupport link, String name) Collection<? extends IProfile> CoreModule.getProfiles(IContext context, IProtocolSupport link) ProjectModuleImpl.getProject(IContext context, String name, IOrganization organization) Collection<? extends IProject> ProjectModuleImpl.getProjects(IContext context) Collection<? extends IProject> ProjectModuleImpl.getProjects(IContext context, IOrganization organization) PortalLibraryModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Collection<? extends IProperty> WorkflowModuleImpl.getProperties(IContext context, IResourceDefinition resourceDefinition) PortalLibraryModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) WorkflowModuleImpl.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) DirectoryModuleImpl.getResourceDefinition(IContext context, String name) EzsSiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) PortalLibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) WorkflowModuleImpl.getResourceDefinition(IContext context, ICatalog catalog, String name) PortalLibraryModule.getResourceDefinitions(IContext context, ILibrary library) Collection<? extends IResourceDefinition> WorkflowModuleImpl.getResourceDefinitions(IContext context, ICatalog catalog) Collection<? extends IResource> WorkflowModuleImpl.getResources(IContext context, ICatalog catalog) Collection<? extends IResource> WorkflowModuleImpl.getResources(IContext context, IResourceDefinition resourceDefinition) Deprecated.Collection<? extends IRole> Deprecated.EzsSiteModule.getSiteByName(IContext context, String name) Collection<? extends ITaskInstance> WorkflowModuleImpl.getStartedTaskInstances(IContext context, IWorkflowInstance instance) WorkflowModuleImpl.getSubForm(IContext context, IWorkflow workflow, String formName) PortalLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) PortalLibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) EzsSiteModule.getSystemBlockTemplateContainer(IContext context, String name) DirectoryModuleImpl.getSystemProfile(IContext context, String name) Collection<? extends IProfile> DirectoryModuleImpl.getSystemProfiles(IContext context) WorkflowModuleImpl.getTaskInstance(IContext context, IWorkflowInstance instance, String name) Collection<? extends ITaskInstance> WorkflowModuleImpl.getTaskInstances(IContext context, IWorkflowInstance instance) Collection<? extends ITaskInstance> WorkflowModuleImpl.getTaskInstances(IContext context, IWorkflowInstance instance, String name) Collection<? extends ITask> Get task from workflowCollection<? extends IUser> Collection<? extends IUser> DirectoryModuleImpl.getUsers(IContext context, ILocalization localization) Collection<? extends IUser> DirectoryModuleImpl.getUsers(IContext context, IOrganization organization) EzsSiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) WorkflowModuleImpl.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) WorkflowModuleImpl.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) PortalLibraryModule.getViewController(IContext context) PortalLibraryModule.getViewController(IContext context, InputStream inputStream) PortalLibraryModule.getViewController(IContext context, Class natureClass) WorkflowModuleImpl.getViewController(IContext context) WorkflowModuleImpl.getViewController(IContext context, IProject project, com.axemble.vdp.views.query.Definition definition) Internal methodWorkflowModuleImpl.getViewController(IContext context, IProject project, InputStream inputStream) WorkflowModuleImpl.getViewController(IContext context, Class natureClass) Collection<? extends IView> Collection<? extends IView> WorkflowModuleImpl.getViews(IContext context, IResourceDefinition resourceDefinition) Collection<? extends IView> WorkflowModuleImpl.getViews(IContext context, IWorkflowContainer workflowContainer) WorkflowModuleImpl.getWorkflow(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getWorkflow(IContext context, String name) Deprecated.WorkflowModuleImpl.getWorkflowContainer(IContext context, ICatalog catalog, String name) Collection<? extends IWorkflowContainer> WorkflowModuleImpl.getWorkflowContainers(IContext context, ICatalog catalog) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, ICatalog catalog) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, ITask task) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, IWorkflow workflow) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Collection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, IWorkflowContainer container) booleanWorkflowModuleImpl.hasDiscussionThread(IContext context, IWorkflowInstance iWorkflowInstance) booleanPortalLibraryModule.isCheckedOut(IContext context, IFile file) booleanProcessWorkflowInstance.isLockBySDK(IContext context) booleanProcessWorkflowInstance.isLockBySDK(IContext context, boolean cleanSessionLock) booleanWorkflowModuleImpl.isLockBySDK(IContext context, IWorkflowInstance workflowInstance) booleanbooleanbooleanWorkflowModuleImpl.isLocked(IContext context, IWorkflowInstance workflowInstance) ProjectModuleImpl.loadDesignForm(IContext context, IStorageKey storageKey) ProjectModuleImpl.loadDesignWorkflow(IContext context, IStorageKey storageKey) voidvoidWorkflowModuleImpl.lock(IContext context, IWorkflowInstance workflowInstance, int delay) WorkflowModuleImpl.lockedBy(IContext context, IWorkflowInstance workflowInstance) booleanbooleanbooleanbooleanvoidEzsSiteModule.reject(IContext context, IContentContainer contentContainer, String comment) voidWorkflowModuleImpl.remind(IContext context, ITaskInstance instance, String comment) voidWorkflowModuleImpl.remind(IContext context, IWorkflowInstance instance, String comment) voidEzsSiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) voidProcessResourceViewTransformer.resourcesToXML(IContext context, int view, Collection columns, OutputStream outputStream) voidvoidProcessSearchViewTransformer.resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) booleanvoidSAVE METHODSbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidWorkflowModuleImpl.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, ITaskInstance instance, IMailForm form, String comment) voidWorkflowModuleImpl.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<? extends IUser> mailTo, String comment) voidWorkflowModuleImpl.send(IContext context, IUser addressee, ITaskInstance instance, IMailForm form, String comment) voidWorkflowModuleImpl.send(IContext context, IWorkflowInstance workflowInstance, String formName, Collection<?> entries) voidWorkflowModuleImpl.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) voidWorkflowModuleImpl.send(IContext context, IWorkflow workflow, String formName, Collection<?> entries) WorkflowModuleImpl.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) voidPortalLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) voidPortalLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement element) voidvoidPortalLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement element) voidProcessTaskViewTransformer.tasksToXML(IContext context, int view, Collection columns, OutputStream outputStream) voidPortalLibraryModule.undoCheckOut(IContext context, IFile file) voidvoidWorkflowModuleImpl.unlock(IContext context, IWorkflowInstance workflowInstance) voidPortalLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement element) voidWorkflowModuleImpl.updateDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, String content, Collection<IAttachment> attachments) voidProcessGenericViewTransformer.viewToXML(IContext context, Element viewDefinition, OutputStream outputStream) voidProcessWorkflowContainerViewTransformer.workflowContainersToXML(IContext context, int view, OutputStream outputStream) voidProcessWorkflowViewTransformer.workflowsToXML(IContext context, int view, OutputStream outputStream) Constructors in com.axemble.vdoc.sdk.impl with parameters of type IContextModifierConstructorDescriptionPortalLibraryViewController(IModule module, IContext context, InputStream inputStream) Uses an java.io.InputStream to build the constraints.PortalLibraryViewController(IModule module, IContext context, Class natureClass) ConstructorProcessViewController(IModule module, IContext context, IProject project, com.axemble.vdp.views.query.Definition definition) Uses a view definition to builds the constraints.ProcessViewController(IModule module, IContext context, IProject project, InputStream inputStream) Uses an java.io.InputStream to build the constraints.ProcessViewController(IModule module, IContext context, Class natureClass) Constructor
- 
Uses of IContext in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces with parameters of type IContextModifier and TypeMethodDescriptionvoidAdds an email address to the mailing list.voidAdds a group to the mailing list.voidIMailingList.addProfile(IContext context, IProfile profile) Adds a profile to the mailing list.voidICatalogViewTransformer.catalogsToXML(IContext context, int view, OutputStream outputStream) Converts a view of catalogs to an XML document.voidDeletes a site and allows to specify if the linkedILibraryobject should be deleted.ILibrary.getAllFolders(IContext iContext) Gets off the folders.IVersion.getCurrentTaskInstance(IContext context) Gets the current task instance.IWorkflowInstance.getCurrentTaskInstance(IContext context) Gets the current task instance.Gets a childIFolderobject by its name.IFolder.getFolders(IContext context) Gets the child foldersILibrary.getFolders(IContext iContext) Gets all the folders at the root level.voidIResourceViewTransformer.resourcesToXML(IContext context, int view, Collection columns, OutputStream outputStream) voidISearchViewTransformer.resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) booleanSaves or updates the element.voidIMailingList.subscribeUser(IContext context, IUser user) Subscribes a user to the mailing list.voidITaskViewTransformer.tasksToXML(IContext context, int view, Collection columns, OutputStream outputStream) voidIGenericViewTransformer.viewToXML(IContext context, Element viewDefinition, OutputStream outputStream) Allows to evaluate a view and transforms the result to an XML stream.voidIWorkflowContainerViewTransformer.workflowContainersToXML(IContext context, int view, OutputStream outputStream) voidIWorkflowViewTransformer.workflowsToXML(IContext context, int view, OutputStream outputStream) 
- 
Uses of IContext in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IContextModifier and TypeMethodDescriptionICompilationSupport.beforeCompile(IContext context, boolean validate) Allows to connect design elements to each other before creating and storing them.ICompilationSupport.beforeMerge(IContext context, boolean validate) Allows to connect design elements to each other before creating and storing them.Compiles a design element.voidDeletes a design object.Merges information on an existing design element.
- 
Uses of IContext in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IContextModifier and TypeMethodDescriptionIModule.getAnonymousContext()Gets the context of anonymous.IModule.getContext(IUser user) Gets a context form aIUserobject.IModule.getContext(String externalID) Gets a context from the external identifier.IModule.getContextByLogin(String login) Gets a context from the user's login.IModule.getLoggedOnUserContext()Retrieves the context of the logged on userIModule.getSysadminContext()Gets the context of sysadmin.Methods in com.axemble.vdoc.sdk.modules with parameters of type IContextModifier and TypeMethodDescriptionvoidAllows to abort workflow instance.voidIBaseWorkflowModule.abort(IContext context, IWorkflowInstance instance, String comment) Allows to abort workflow instance.voidIBaseLibraryModule.addCategories(IContext context, IFile file, Collection categories) voidIBaseLibraryModule.addCategory(IContext context, IFile file, ICategory category) voidIBaseSiteModule.approve(IContext context, IContentContainer contentContainer) Approves a content.voidApproves all contents in a site.voidApproves all contents in a topic.IBaseWorkflowModule.canDeleteDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) Allows knowing if an IDiscussionMessage can be deleted in the current IContext or notIBaseWorkflowModule.canModifyDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) Allows knowing if an IDiscussionMessage can be modified in the current IContext or notIBaseLibraryModule.checkedOutBy(IContext context, IFile file) voidvoidIProjectModule.compile(IContext context, IDesignForm designForm, boolean validate) IProjectModule.compile(IContext context, IDesignWorkflow designWorkflow, boolean validate) voidIBaseSiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Copy a page in a topicIBaseLibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseSiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Creates anIAliasobject at the root level of a site.IBaseSiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) IBaseDirectoryModule.createAttachment(IContext context, File file) Allows to create anIAttachmentobject from a java.io.File object.IBaseDirectoryModule.createAttachment(IContext context, File file, boolean canBeRemoved) Allows to create anIAttachmentobject from a java.io.File object.IBaseDirectoryModule.createAttachment(IContext context, String fileName, byte[] bytes) IBaseDirectoryModule.createAttachment(IContext context, String fileName, InputStream input) Allows to create anIAttachmentobject from a file name and an input stream.IBaseSiteModule.createBlock(IContext context) IBaseDocumentModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseWorkflowModule.createCatalog(IContext context, String name, String label) Deprecated.: use createCatalog( IContext context, String name, String label, IProject project )IBaseWorkflowModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseLibraryModule.createCategory(IContext context, ICategory category, String name) IBaseLibraryModule.createCategory(IContext context, ILibrary library, String name) IBaseLibraryModule.createCategory(IContext context, String name) IBaseSiteModule.createComponent(IContext context, String name) IBasePortalModule.createConnectionDefinition(IContext context, IOrganization organization, String name, String label, String categoryName) Create a connection definitionIBaseSiteModule.createContent(IContext context, IContentContainer contentContainer) IBaseSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) IBaseDocumentModule.createDataUnit(IContext context, IResourceDefinition resourceDefinition, String reference) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference.IBaseDocumentModule.createDataUnit(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a data unit object by specifying theIResourceDefinitionobject, its reference, and its label.IBaseWorkflowModule.createDiscussionMessage(IContext context, IWorkflowInstance iWorkflowInstance, String content, Collection<IAttachment> attachments, String visibility, Collection<IUser> recipients, IOrganization visibilityOrganization) Create and add a new message for an IWorkflowInstance.IBaseWorkflowModule.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IBaseLibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream content) IBaseLibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream content) IBaseLibraryModule.createFolder(IContext context, IFolder parent, String name) IBaseLibraryModule.createFolder(IContext context, ILibrary library, String name) IBaseDirectoryModule.createGroup(IContext context, IGroup group, String label) Allows to create a child group.IBaseDirectoryModule.createGroup(IContext context, IGroup group, String name, String label) Allows to create a child group.IBaseDirectoryModule.createGroup(IContext context, IOrganization organization, String label) Deprecated.use createGroup( IContext context, IOrganization organization, String name, String label ) method instead.IBaseDirectoryModule.createGroup(IContext context, IOrganization organization, String name, String label) Allows to create a group.IBaseLibraryModule.createLibrary(IContext context, IOrganization organization, String name) Creates a library on a specified organization.IBaseLibraryModule.createLibrary(IContext context, String name) Deprecated.use createLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseDirectoryModule.createLocalization(IContext context, ILocalization localization, String label) Deprecated.: use createLocalization( IContext context, ILocalization localization, String name, String label ) method instead.IBaseDirectoryModule.createLocalization(IContext context, ILocalization localization, String name, String label) Allows to create a child localization.IBaseDirectoryModule.createLocalization(IContext context, String label) Deprecated.: use createLocalization( IContext context, ILocalization localization, String label ) method instead.IBaseDirectoryModule.createLocalization(IContext context, String name, String label) Allows to create a localization at the root level.IBasePortalModule.createMailingList(IContext context, IOrganization organization, String name, String label, int type) Creates a new mailing list.IBaseWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Creates aIOperatorRoleinto the catalog object.IBaseDirectoryModule.createOrganization(IContext context, IOrganization organization, String label) Deprecated.: use createOrganization( IContext context, IOrganization organization, String name, String label ) method instead.IBaseDirectoryModule.createOrganization(IContext context, IOrganization organization, String name, String label) Allows to create a child organization.IBaseDirectoryModule.createOrganization(IContext context, String label) Deprecated.: use createOrganization( IContext context, String name, String label ) method instead.IBaseDirectoryModule.createOrganization(IContext context, String name, String label) Allows to create an organization at the root level.IBaseSiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.IBaseSiteModule.createPageContainer(IContext context, ISite site, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject into aITopicobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) Creates aIPageContainerobject into aITopicobject.voidIBaseSiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Create a plugin in a topicIBaseWorkflowModule.createProfile(IContext context, IProtocolSupport link, String name) Creates aIProfile.IProjectModule.createProject(IContext context, IOrganization organization, String name, String label) Create a new project objectIBaseLibraryModule.createResourceDefinition(IContext context, String name) IBaseDocumentModule.createRole(IContext context, ICatalog catalog, String name) Creates aIRoleinto the catalog object.IBaseWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIBaseSiteModule.createSite(IContext context, ILibrary library, String name) Creates a new site and associates it to aILibrary(same organization).IBaseSiteModule.createSite(IContext context, IOrganization organization, String name) Creates a new site into anIOrganizationobject.IBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference.IBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference, and its label.IBaseDirectoryModule.createSystemProfile(IContext context, String name) Creates aIProfile.IBaseSiteModule.createTopic(IContext context, ISite site, String name, String label) Creates aITopicobject a the root level.IBaseSiteModule.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.IBaseDirectoryModule.createUser(IContext context, String login, String password, IOrganization organization) Allows to create a user into an organization.IBaseDocumentModule.createVersion(IContext context, IAttachmentTemplate attachmentTemplate, String reference) Creates a version instance object by specifying theIAttachmentTemplateobject, its reference.IBaseDocumentModule.createVersion(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a version object by specifying theIResourceDefinitionobject, its reference, and its label.IBaseDocumentModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseWorkflowModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseDocumentModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) Creates a workflow instance object by specifying theIWorkflowobject, its reference.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.voidAllow to delete a file.voidAllow to delete a folder.voidDeletes an element.voidIBaseWorkflowModule.deleteDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, IWorkflowInstance iWorkflowInstance) Delete an IWorkflowInstanceDiscussionMessage for an IWorkflowInstance.voidIBaseDocumentModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIBaseDocumentModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.voidIBaseWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIBaseWorkflowModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.voidAllows to execute an agent.voidAllows to execute an agent.booleanIBaseLibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) check if theILibraryElementis subscribed by the userIBaseWorkflowModule.findStorageResourceByReference(IContext context, IResourceDefinition resourceDefinition, String reference) Find a storage resource object by specifying theIResourceDefinitionobject, its reference.voidIBaseLibraryModule.fireDownloadHistoryEvent(IContext context, IFile file, String protocol) Collection<? extends ITaskInstance> IBaseDocumentModule.getAbortedTaskInstances(IContext context, IVersion version) Retrieves all the aborted task instances of a version.Collection<? extends ITaskInstance> IBaseWorkflowModule.getAbortedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the aborted task instances of a workflow instance.Retrieve a specificIActionobject from its system name.Retrieve a specificIActionobject from its system name.Collection<? extends IAction> IBaseDocumentModule.getActions(IContext context, ITask task) Collection<? extends IAction> IBaseWorkflowModule.getActions(IContext context, ITask task) Gets an agent from its name.Gets an agent from its name.Gets anIAliasobject by its name.Gets anIAliasobject by its name.IBaseSiteModule.getAliases(IContext context, ISite site) Gets all the aliases from the root level of theISiteobject.IBaseSiteModule.getAliases(IContext context, ISite site, boolean recursive) IBaseSiteModule.getAliases(IContext context, ITopic parent) Gets all the aliases of aITopicobject.IBaseSiteModule.getAliases(IContext context, ITopic parent, boolean recursive) Collection<? extends ICatalog> IBaseWorkflowModule.getAllCatalogs(IContext context) Retrieves a collection ofICatalogobject.IBaseSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site) IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Gets all the templates.IBaseDocumentModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseSiteModule.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.IBaseWorkflowModule.getCatalog(IContext context, String name) Deprecated.: use getCatalog( IContext context, String name, IProject project )IBaseWorkflowModule.getCatalog(IContext context, String name, int catalogType) Deprecated.: use getCatalog( IContext context, String name, int catalogType, IProject project )IBaseWorkflowModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IContext context, String name, IProject project) Retrieves a catalog form its name.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context, int catalogType) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context) Deprecated.: use getCatalogs( IContext context, IProject project )Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, int catalogType) Deprecated.: use getCatalogs( IContext context, int catalogType, IProject project )Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, int catalogType, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, IProject project) Retrieves a collection ofICatalogobject.IBaseLibraryModule.getCategories(IContext context, ICategory category, boolean recursive) IBaseLibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) IBaseLibraryModule.getCategory(IContext context, ICategory category, String name) IBaseLibraryModule.getCategory(IContext context, ILibrary library, String name) IBaseDocumentModule.getConnectionDefinition(IContext context, String name) Gets a connection from its name.IBasePortalModule.getConnectionDefinition(IContext context, String name) Gets a connection from its name.Collection<? extends IConnectionDefinition> IBaseDocumentModule.getConnectionDefinitions(IContext context) Gets a collection of connections.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitions(IContext context) Gets a collection of connections.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByCategoryName(IContext context, String categoryName) Gets a connection from its name.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByTypeName(IContext context, String type) Gets a connection from its name.IBaseSiteModule.getContentContainer(IContext context, ISite site, String name) IBaseSiteModule.getContentContainer(IContext context, ITopic parent, String name) IBaseSiteModule.getContentContainers(IContext context, ISite site) IBaseSiteModule.getContentContainers(IContext context, ISite site, boolean recursive) IBaseSiteModule.getContentContainers(IContext context, ITopic parent) IBaseSiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) IBaseWorkflowModule.getDiscussionMessagesOrderByCreationDateDesc(IContext context, IWorkflowInstance workflowInstance) Retrieve IWorkflowInstance's messageIBaseSiteModule.getElementByURI(IContext context, String uri) Gets anIElementby its URI.Collection<? extends ITaskInstance> IBaseDocumentModule.getEndedTaskInstances(IContext context, IVersion version) Retrieves all the ended task instances of a version.Collection<? extends ITaskInstance> IBaseWorkflowModule.getEndedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the ended task instances of a workflow instance.IBaseLibraryModule.getFileByPath(IContext context, ILibrary library, String path) Retrieves all the files associated with a specifiedICategoryobject.Retrieves all the files associated with a specifiedICategoryobject.IBaseLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) IBaseLibraryModule.getFolders(IContext context, IFolder parent) IBaseLibraryModule.getFolders(IContext context, ILibrary library) Gets a action form by its name.IBaseDocumentModule.getForm(IContext context, IResourceDefinition resourceDefinition, String formName) Gets a resource definition form by its name.Gets a task form by its name.Gets a workflow form by its name.Gets a action form by its name.IBaseWorkflowModule.getForm(IContext context, IResourceDefinition resourceDefinition, String formName) Gets a resource definition form by its name.Gets a task form by its name.Gets a workflow form by its name.IBaseDirectoryModule.getGroup(IContext context, IOrganization organization, String name) Retrieves a group by its system name on an organization scope.Deprecated.The system name is not unique on the server scope anymore.IBaseDocumentModule.getJdbcReference(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.IBaseWorkflowModule.getJdbcReference(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.Collection<? extends IJdbcReference> IBaseDocumentModule.getJdbcReferences(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.Collection<? extends IJdbcReference> IBaseWorkflowModule.getJdbcReferences(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.IBaseLibraryModule.getLibraries(IContext context) Retrieves all the libraries.IBaseLibraryModule.getLibraries(IContext context, IOrganization organization) Retrieves all the libraries within a specified organization.IBaseLibraryModule.getLibraries(IContext context, String right) Retrieves all the libraries.IBaseLibraryModule.getLibrary(IContext context, IFile file) IBaseLibraryModule.getLibrary(IContext context, IFolder folder) IBaseLibraryModule.getLibrary(IContext context, IOrganization organization, String name) Retrieves aILibrarywithin a specified organization.IBaseLibraryModule.getLibrary(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseLibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Retrieves a library by its path.Gets a list object from a catalog by its name.Gets a list object from a catalog by its name.Collection<? extends IList> Gets a collection of a the lists available on a specifiedICatalogobject.Collection<? extends IList> Gets a collection of a the lists available on a specifiedICatalogobject.IBaseDirectoryModule.getLocalization(IContext context, ILocalization parent, String name) Deprecated.use getLocalization( IContext context, String name ) method instead.IBaseDirectoryModule.getLocalization(IContext context, String name) Retrieves a localization by its system name.IBaseDirectoryModule.getLocalizationByPathLabel(IContext context, String path) Retrieves a localization by its path.Collection<? extends ILocalization> IBaseDirectoryModule.getLocalizations(IContext context) Retrieves all the localizations.Collection<? extends ILocalization> IBaseDirectoryModule.getLocalizations(IContext context, ILocalization parent) Retrieves the localizations of aILocalizationobject.IBaseDocumentModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) IBaseWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Collection<? extends IMailForm> IBaseDocumentModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseDocumentModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) IBasePortalModule.getMailingList(IContext context, String name, int type) Gets a mailing list by its name.Collection<? extends IMailingList> IBasePortalModule.getMailingLists(IContext context) Gets all mailing lists.Collection<? extends ITaskInstance> IBaseDocumentModule.getManualTaskInstances(IContext context, IVersion version) Retrieves all the manual task instances of a workflow instance.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the manual task instances of a workflow instance.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstancesByStatus(IContext context, int status) Retrieves all the manual task instances for a status.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstancesModifiedSince(IContext context, Date date) Retrieves all the manual task instances modified since.IBaseDocumentModule.getOneTaskInstance(IContext context, IVersion version) Gets one of the task instances (any).IBaseWorkflowModule.getOneTaskInstance(IContext context, IWorkflowInstance instance) Gets one of the task instances (any).IBaseWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRoleobject by its system name.Collection<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRoleobjects within a specified catalog.IBaseDirectoryModule.getOrganization(IContext context, IOrganization parent, String name) Deprecated.: use getOrganization(IContext, String) method instead.IBaseDirectoryModule.getOrganization(IContext context, String name) Retrieves an organization by its system name (the system name is unique on the server).IBaseDirectoryModule.getOrganizationByPathLabel(IContext context, String path) Retrieves an organization by its path.Collection<? extends IOrganization> IBaseDirectoryModule.getOrganizations(IContext context) Retrieves all the organizations.Collection<? extends IOrganization> IBaseDirectoryModule.getOrganizations(IContext context, IOrganization parent) Retrieves the organizations of a specifiedIOrganizationobject.IBaseSiteModule.getPageContainer(IContext context, ISite site, String name) Gets a rootIPageContainerobject by its name.IBaseSiteModule.getPageContainer(IContext context, ITopic topic, String name) Gets aIPageContainerobject from aITopicobject by its name.IBaseSiteModule.getPageContainers(IContext context, ISite site) Gets all the pages from a site at a root level.IBaseSiteModule.getPageContainers(IContext context, ISite site, boolean recursive) IBaseSiteModule.getPageContainers(IContext context, ITopic parent) Gets all the pages from theITopicobject.IBaseSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) IBaseLibraryModule.getParentCategory(IContext context, ICategory category) IBaseLibraryModule.getParentFolder(IContext context, IFile file) IBaseLibraryModule.getParentFolder(IContext context, IFolder folder) IBaseLibraryModule.getParentFolders(IContext context, IFile file) IBaseLibraryModule.getParentFolders(IContext context, IFolder folder) IBaseSiteModule.getPlugins(IContext context, ISite site) Gets all the plugins from a site at root level.IBaseSiteModule.getPlugins(IContext context, ISite site, boolean recursive) IBasePortalModule.getPortlet(IContext context, String name) Gets a portlet by its name.IBaseWorkflowModule.getProfile(IContext context, IProtocolSupport link, String name) Retrieves aIProfileobject by its system name.Collection<? extends IProfile> IBaseWorkflowModule.getProfiles(IContext context, IProtocolSupport link) Retrieves a collection ofIProfileobjects within a specified link.IProjectModule.getProject(IContext context, String name, IOrganization organization) Gets a project by its name and organization.Collection<? extends IProject> IProjectModule.getProjects(IContext context) Get all projectsCollection<? extends IProject> IProjectModule.getProjects(IContext context, IOrganization organization) Get all projects of the organizationCollection<? extends IProperty> IBaseDocumentModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Gets all the properties of a specified definition.IBaseLibraryModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Collection<? extends IProperty> IBaseWorkflowModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Gets all the properties of a specified definition.IBaseDocumentModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) Gets a property definition by specifying theIResourceDefinitionand its system name.IBaseLibraryModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) IBaseWorkflowModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) Gets a property definition by specifying theIResourceDefinitionand its system name.IBaseDirectoryModule.getResourceDefinition(IContext context, String name) Gets an extended attributes tableIBaseDocumentModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.IBaseLibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) IBaseSiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) IBaseWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.Collection<? extends IResourceDefinition> IBaseDocumentModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogIBaseLibraryModule.getResourceDefinitions(IContext context, ILibrary library) Collection<? extends IResourceDefinition> IBaseWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogCollection<? 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.Retrieves aIRoleobject by its system name.Deprecated.: use getRole or getProfileCollection<? extends IRole> Retrieves a collection ofIRoleobjects within a specified catalog.Collection<? extends IRole> Deprecated.: use getRoles or getProfilesIBaseSiteModule.getSiteByName(IContext context, String name) Retrieves a site by its name.Collection<? extends ITaskInstance> IBaseDocumentModule.getStartedTaskInstances(IContext context, IVersion version) Retrieves all the started task instances of a version.Collection<? extends ITaskInstance> IBaseWorkflowModule.getStartedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the started task instances of a workflow instance.IBaseDocumentModule.getSubForm(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.IBaseWorkflowModule.getSubForm(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.IBaseLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Gets subscription frequency.IBaseLibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) get all subscriptions for a user and a libraryIBaseSiteModule.getSystemBlockTemplateContainer(IContext context, String name) IBaseDirectoryModule.getSystemProfile(IContext context, String name) Retrieves a systemIProfileobject by its system name.Collection<? extends IProfile> IBaseDirectoryModule.getSystemProfiles(IContext context) Retrieves a collection of systemIProfileobjects.Retrieves a specific task of aIWorkflowobject by its name.Retrieves a specific task of aIWorkflowobject by its name.IBaseDocumentModule.getTaskInstance(IContext context, IVersion version, String name) Gets a task instance associated with a specified task name.IBaseWorkflowModule.getTaskInstance(IContext context, IWorkflowInstance instance, String name) Gets the started task instance associated with a specified task name.Collection<? extends ITaskInstance> IBaseDocumentModule.getTaskInstances(IContext context, IVersion version) Retrieves all the task instances of a specified version.Collection<? extends ITaskInstance> IBaseDocumentModule.getTaskInstances(IContext context, IVersion version, String name) Retrieves all the task instances of a specified version filtered by the name of aITask.Collection<? extends ITaskInstance> IBaseWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the task instances of a specified workflow instance.Collection<? extends ITaskInstance> IBaseWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance, String name) Retrieves all the task instances of a specified workflow instance filtered by the name of aITask.Gets a rootITopicobject by its name.Gets aITopicobject by its name.Gets all the topics from a site at a root level.Gets all the sub-topics from a parentITopicobject.Collection<? extends IUser> Retrieves all the users.Collection<? extends IUser> IBaseDirectoryModule.getUsers(IContext context, ILocalization localization) Retrieves all the users of a specified localization.Collection<? extends IUser> IBaseDirectoryModule.getUsers(IContext context, IOrganization organization) Retrieves all the users of a specified organization.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog) Gets all the versions of a specifiedICatalogobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog, String reference) Gets all the versions with the same reference within a specifiedICatalogobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, IResourceDefinition resourceDefinition, String reference) Gets all the versions with the same reference within a specifiedIWorkflowobject.IBaseDocumentModule.getVersions(IContext context, ITask task) Gets all the workflow instances of a specifiedITaskobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, IWorkflow workflow) Gets all the versions of a specifiedIWorkflowobject.IBaseDocumentModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseSiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseWorkflowModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseWorkflowModule.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Retrieves a view by its name.IBaseDocumentModule.getViewController(IContext context, InputStream inputStream) Gets a view controller to searchIResourceobjects through their properties.IBaseLibraryModule.getViewController(IContext context) Gets a view controller to searchIResourceobjects through their properties.IBaseLibraryModule.getViewController(IContext context, InputStream inputStream) Gets a view controller to searchIResourceobjects through their properties.IBaseLibraryModule.getViewController(IContext context, Class natureClass) Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context) Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context, IProject project, InputStream inputStream) Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context, Class natureClass) Gets a view controller to searchIResourceobjects through their properties.Collection<? extends IView> Retrieves all the views associated with the catalog.Collection<? extends IView> IBaseWorkflowModule.getViews(IContext context, IResourceDefinition resourceDefinition) Retrieves all the views associated with the resource definition.Collection<? extends IView> IBaseWorkflowModule.getViews(IContext context, IWorkflowContainer workflowContainer) Retrieves all the views associated with the workflow container.IBaseDocumentModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IBaseWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IBaseWorkflowModule.getWorkflow(IContext context, String name) Deprecated.: use getWorkflow( IContext context, ICatalog catalog, String name )IBaseDocumentModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameIBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameCollection<? extends IWorkflowContainer> IBaseDocumentModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ITask task) Gets all the workflow instances of a specifiedITaskobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.Collection<? extends IWorkflow> IBaseDocumentModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IBaseDocumentModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.booleanIBaseWorkflowModule.hasDiscussionThread(IContext context, IWorkflowInstance iWorkflowInstance) Allows knowing if an IWorkflowInstance has a discussion thread or notbooleanIBaseLibraryModule.isCheckedOut(IContext context, IFile file) booleanIWorkflowModule.isLockBySDK(IContext context, IWorkflowInstance workflowInstance) Checks if a specified workflow instance is locked by the SDKbooleanIWorkflowModule.isLocked(IContext context, IWorkflowInstance workflowInstance) Checks if a specified workflow instance is lockedIProjectModule.loadDesignForm(IContext context, IStorageKey storageKey) IProjectModule.loadDesignWorkflow(IContext context, IStorageKey storageKey) voidIWorkflowModule.lock(IContext context, IWorkflowInstance workflowInstance, int delay) Allows to lock workflow instance.IWorkflowModule.lockedBy(IContext context, IWorkflowInstance workflowInstance) Retrieve the users who locked the workflow instance.booleanAllows to move a specifiedIFileunderneath a destination folder.booleanbooleanAllows to move a specifiedIFolderunderneath a destination folder.booleanvoidIBaseSiteModule.reject(IContext context, IContentContainer contentContainer, String comment) Rejects an approval request.voidIBaseDocumentModule.remind(IContext context, ITaskInstance taskInstance, String comment) Allows to remind current operators of a specified task instance.voidAllows to remind current operators of a version.voidIBaseWorkflowModule.remind(IContext context, ITaskInstance taskInstance, String comment) Allows to remind current operators of a specified task instance.voidIBaseWorkflowModule.remind(IContext context, IWorkflowInstance instance, String comment) Allows to remind current operators of a workflow instance.voidIBaseSiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) Requests an approval of the content.voidSaves or updates an element.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, ITaskInstance instance, IMailForm form, String comment) Sends a mail using a specified mail form.voidIBaseDocumentModule.send(IContext context, ITaskInstance taskInstance, 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, IUser addressee, ITaskInstance instance, IMailForm form, String comment) Sends a mail using a specified mail form.voidIBaseDocumentModule.send(IContext context, IVersion version, String formName, Collection entries) Allows to send a mail with a specific form to a mail recipient.voidIBaseDocumentModule.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection entries) Allows to send a mail.voidIBaseDocumentModule.send(IContext context, IWorkflow workflow, 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, ITaskInstance instance, IMailForm form, String comment) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.send(IContext context, ITaskInstance taskInstance, 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, IUser addressee, ITaskInstance instance, IMailForm form, String comment) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.send(IContext context, IWorkflowInstance workflowInstance, String formName, Collection<?> entries) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )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 )voidIBaseWorkflowModule.send(IContext context, IWorkflow workflow, String formName, Collection<?> entries) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.voidIBaseLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.voidIBaseLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoidvoidIBaseLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseLibraryModule.undoCheckOut(IContext context, IFile file) voidIWorkflowModule.unlock(IContext context, IWorkflowInstance workflowInstance) Allows to unlock workflow instance.voidIBaseLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseWorkflowModule.updateDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, String content, Collection<IAttachment> attachments) Update content and/or attachments of a message.
- 
Uses of IContext in com.axemble.vdoc.sdk.providersMethods in com.axemble.vdoc.sdk.providers that return IContextModifier and TypeMethodDescriptionfinal IContextBaseBrowsableViewProvider.getLoggedOnContext()protected final IContextBaseContentProvider.getLoggedOnContext()protected final IContextBaseFormProvider.getLoggedOnContext()final IContextBaseGroupProvider.getLoggedOnContext()final IContextBaseSectionProvider.getLoggedOnContext()final IContextBaseSheetProvider.getLoggedOnContext()final IContextBaseViewProvider.getLoggedOnContext()final IContextBaseWizardProvider.getLoggedOnContext()
- 
Uses of IContext in com.axemble.vdoc.sdk.providers.searchMethods in com.axemble.vdoc.sdk.providers.search with parameters of type IContextModifier and TypeMethodDescriptionbooleanIncludedView.evaluate(IWorkflowModule workflowModule, IContext context, Collection instances) 
- 
Uses of IContext in com.axemble.vdoc.sdk.supportsMethods in com.axemble.vdoc.sdk.supports with parameters of type IContextModifier and TypeMethodDescriptionvoidDeletes theIElementobject.booleanILockSupport.isLockBySDK(IContext context) Is resource SDK by lockbooleanILockSupport.isLockBySDK(IContext context, boolean cleanSessionLock) Is resource SDK by lock ( try to unlock resource before).booleanIs resource lockedbooleanIs resource locked ( try to unlock resource before ).voidLock a resourceRetrieve the users who locked the resource.Retrieve the users who locked the resource ( try to unlock resource before).voidUnlock a resource
- 
Uses of IContext in com.axemble.vdoc.sdk.triggers.baseMethods in com.axemble.vdoc.sdk.triggers.base that return IContextModifier and TypeMethodDescriptionprotected IContextBaseTrigger.getContext()returns trigger contextMethods in com.axemble.vdoc.sdk.triggers.base with parameters of type IContext
- 
Uses of IContext in com.axemble.vdoc.sdk.utilsMethods in com.axemble.vdoc.sdk.utils with parameters of type IContextModifier and TypeMethodDescriptionIMailUtils.retrieveMailTemplateFromReference(IContext context, String templateRef) Retrieve a mailTemplate resource in the data universe of the Platform management application from its reference