Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContext
Packages that use IContext
Package
Description
-
Uses of IContext in com.axemble.vdoc.sdk.ai.extensions
Methods in com.axemble.vdoc.sdk.ai.extensions with parameters of type IContextModifier and TypeMethodDescriptionvoidIToolProvider.initialize(IContext userContext, IAssistant assistant, Properties parameters, IToolConfiguration toolConfiguration) Initialize the tool provider with the given context, assistant, parameters and tool configuration -
Uses of IContext in com.axemble.vdoc.sdk.components
Methods 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.connectors
Methods 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.history
Methods in com.axemble.vdoc.sdk.history with parameters of type IContext -
Uses of IContext in com.axemble.vdoc.sdk.impl
Fields 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) DirectoryModuleImpl.createGroup(IContext context, IOrganization organization, String name, String label, String categoryName) 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) voidProcessFieldController.linkFieldToWorkflow(IContext context, IProperty property) 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 IContextModifierConstructorDescriptionDirectoryViewController(IModule module, IContext context, Class<?> natureClass) ConstructorPortalLibraryViewController(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.interfaces
Methods 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.voidIFieldController.linkFieldToWorkflow(IContext context, IProperty property) Link an existing field to the controller's definitionObject (mist be a workflow) The property must exist in the workflow's catalog !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.designer
Methods 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.modules
Methods 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 TypeMethodDescriptionvoidIBaseWorkflowModule.abort(IContext context, IWorkflowInstance instance, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Allows to abort workflow instance.voidIWorkflowModule.abort(IContext context, IWorkflowInstance instance, String comment) Allows to abort workflow instance.voidIBaseLibraryModule.addCategories(IContext context, IFile file, Collection categories) Deprecated, for removal: This API element is subject to removal in a future version.voidILibraryModule.addCategories(IContext context, IFile file, Collection categories) voidIBaseLibraryModule.addCategory(IContext context, IFile file, ICategory category) Deprecated, for removal: This API element is subject to removal in a future version.voidILibraryModule.addCategory(IContext context, IFile file, ICategory category) voidIBaseSiteModule.approve(IContext context, IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.Approves a content.voidDeprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a site.voidDeprecated, for removal: This API element is subject to removal in a future version.Approves all contents in a topic.voidISiteModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Allows knowing if an IDiscussionMessage can be deleted in the current IContext or notIWorkflowModule.canDeleteDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) Allows knowing if an IDiscussionMessage can be deleted in the current IContext or notIBaseWorkflowModule.canModifyDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) Deprecated, for removal: This API element is subject to removal in a future version.Allows knowing if an IDiscussionMessage can be modified in the current IContext or notIWorkflowModule.canModifyDiscussionMessage(IContext context, IDiscussionMessage iDiscussionMessage) Allows knowing if an IDiscussionMessage can be modified in the current IContext or notIBaseLibraryModule.checkedOutBy(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.checkedOutBy(IContext context, IFile file) voidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidDeprecated, for removal: This API element is subject to removal in a future version.voidIProjectModule.compile(IContext context, IDesignForm designForm, boolean validate) IProjectModule.compile(IContext context, IDesignWorkflow designWorkflow, boolean validate) voidIBaseSiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Deprecated, for removal: This API element is subject to removal in a future version.Copy a page in a topicvoidISiteModule.copyPageContainerInTopic(IContext context, IPageContainer pageContainer, ITopic topic) Copy a page in a topicIBaseLibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseSiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Deprecated, for removal: This API element is subject to removal in a future version.Creates anIAliasobject at the root level of a site.IBaseSiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createAlias(IContext context, ISite site, String name, String label, IProtocolSupport protocolSupport) Creates anIAliasobject at the root level of a site.ISiteModule.createAlias(IContext context, ITopic topic, String name, String label, IProtocolSupport protocolSupport) IBaseDirectoryModule.createAttachment(IContext context, File file) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create anIAttachmentobject from a java.io.File object.IBaseDirectoryModule.createAttachment(IContext context, File file, boolean canBeRemoved) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create anIAttachmentobject from a java.io.File object.IBaseDirectoryModule.createAttachment(IContext context, String fileName, byte[] bytes) Deprecated, for removal: This API element is subject to removal in a future version.IBaseDirectoryModule.createAttachment(IContext context, String fileName, InputStream input) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create anIAttachmentobject from a file name and an input stream.IDirectoryModule.createAttachment(IContext context, File file) Allows to create anIAttachmentobject from a java.io.File object.IDirectoryModule.createAttachment(IContext context, File file, boolean canBeRemoved) Allows to create anIAttachmentobject from a java.io.File object.IDirectoryModule.createAttachment(IContext context, String fileName, byte[] bytes) IDirectoryModule.createAttachment(IContext context, String fileName, InputStream input) Allows to create anIAttachmentobject from a file name and an input stream.IBaseSiteModule.createBlock(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createBlock(IContext context) 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) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a new catalog.IWorkflowModule.createCatalog(IContext context, String name, String label) Deprecated.: use createCatalog( IContext context, String name, String label, IProject project )IWorkflowModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseLibraryModule.createCategory(IContext context, ICategory category, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createCategory(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createCategory(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createCategory(IContext context, ICategory category, String name) ILibraryModule.createCategory(IContext context, ILibrary library, String name) ILibraryModule.createCategory(IContext context, String name) IBaseSiteModule.createComponent(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createComponent(IContext context, String name) IBasePortalModule.createConnectionDefinition(IContext context, IOrganization organization, String name, String label, String categoryName) Deprecated, for removal: This API element is subject to removal in a future version.Create a connection definitionIPortalModule.createConnectionDefinition(IContext context, IOrganization organization, String name, String label, String categoryName) Create a connection definitionIBaseSiteModule.createContent(IContext context, IContentContainer contentContainer) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.createContent(IContext context, IContentContainer contentContainer) ISiteModule.createContent(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) IBaseWorkflowModule.createDiscussionMessage(IContext context, IWorkflowInstance iWorkflowInstance, String content, Collection<IAttachment> attachments, String visibility, Collection<IUser> recipients, IOrganization visibilityOrganization) Deprecated, for removal: This API element is subject to removal in a future version.Create and add a new message for an IWorkflowInstance.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IWorkflowModule.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IBaseLibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream content) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream content) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) ILibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) ILibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream content) ILibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) ILibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) ILibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream content) IBaseLibraryModule.createFolder(IContext context, IFolder parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFolder(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFolder(IContext context, IFolder parent, String name) ILibraryModule.createFolder(IContext context, ILibrary library, String name) IBaseDirectoryModule.createGroup(IContext context, IGroup group, String label) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a child group.IBaseDirectoryModule.createGroup(IContext context, IGroup group, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a group.IDirectoryModule.createGroup(IContext context, IGroup group, String label) Allows to create a child group.IDirectoryModule.createGroup(IContext context, IGroup group, String name, String label) Allows to create a child group.IDirectoryModule.createGroup(IContext context, IOrganization organization, String label) Deprecated.use createGroup( IContext context, IOrganization organization, String name, String label ) method instead.IDirectoryModule.createGroup(IContext context, IOrganization organization, String name, String label) Allows to create a group.IDirectoryModule.createGroup(IContext context, IOrganization organization, String name, String label, String categoryName) Allows to create a group.IBaseLibraryModule.createLibrary(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a library on a specified organization.IBaseLibraryModule.createLibrary(IContext context, String name) Deprecated.use createLibrary( IContext context, IOrganization organization, String name ) method instead.ILibraryModule.createLibrary(IContext context, IOrganization organization, String name) Creates a library on a specified organization.ILibraryModule.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) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a localization at the root level.IDirectoryModule.createLocalization(IContext context, ILocalization localization, String label) Deprecated.: use createLocalization( IContext context, ILocalization localization, String name, String label ) method instead.IDirectoryModule.createLocalization(IContext context, ILocalization localization, String name, String label) Allows to create a child localization.IDirectoryModule.createLocalization(IContext context, String label) Deprecated.: use createLocalization( IContext context, ILocalization localization, String label ) method instead.IDirectoryModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new mailing list.IPortalModule.createMailingList(IContext context, IOrganization organization, String name, String label, int type) Creates a new mailing list.IBaseWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIOperatorRoleinto the catalog object.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create an organization at the root level.IDirectoryModule.createOrganization(IContext context, IOrganization organization, String label) Deprecated.: use createOrganization( IContext context, IOrganization organization, String name, String label ) method instead.IDirectoryModule.createOrganization(IContext context, IOrganization organization, String name, String label) Allows to create a child organization.IDirectoryModule.createOrganization(IContext context, String label) Deprecated.: use createOrganization( IContext context, String name, String label ) method instead.IDirectoryModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject.IBaseSiteModule.createPageContainer(IContext context, ISite site, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject at the root level of aISiteobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.IBaseSiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIPageContainerobject into aITopicobject.ISiteModule.createPageContainer(IContext context, ISite site, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.ISiteModule.createPageContainer(IContext context, ISite site, String name, String label) Creates aIPageContainerobject at the root level of aISiteobject.ISiteModule.createPageContainer(IContext context, ITopic topic, IBlockTemplateContainer templateContainer, String name, String label) Creates aIPageContainerobject into aITopicobject.ISiteModule.createPageContainer(IContext context, ITopic topic, String name, String label) Creates aIPageContainerobject into aITopicobject.voidIBaseSiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Deprecated, for removal: This API element is subject to removal in a future version.Create a plugin in a topicvoidISiteModule.createPlugin(IContext context, String parentUri, PluginConfigurationBean pluginConfigurationBean) Create a plugin in a topicIBaseWorkflowModule.createProfile(IContext context, IProtocolSupport link, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIProfile.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createResourceDefinition(IContext context, String name) IBaseWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIBaseSiteModule.createSite(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site and associates it to aILibrary(same organization).IBaseSiteModule.createSite(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site into anIOrganizationobject.ISiteModule.createSite(IContext context, ILibrary library, String name) Creates a new site and associates it to aILibrary(same organization).ISiteModule.createSite(IContext context, IOrganization organization, String name) Creates a new site into anIOrganizationobject.IBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Creates a storage resource object by specifying theIResourceDefinitionobject, its reference.IBaseWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates a storage resource object by specifying theIResourceDefinitionobject, its reference, and its label.IWorkflowModule.createStorageResource(IContext context, IResourceDefinition resourceDefinition, String reference) Creates a storage resource object by specifying theIResourceDefinitionobject, its reference.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIProfile.IDirectoryModule.createSystemProfile(IContext context, String name) Creates aIProfile.IBaseSiteModule.createTopic(IContext context, ISite site, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates aITopicobject a the root level.IBaseSiteModule.createTopic(IContext context, ITopic parent, String name, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates a subITopicobject.ISiteModule.createTopic(IContext context, ISite site, String name, String label) Creates aITopicobject a the root level.ISiteModule.createTopic(IContext context, ITopic parent, String name, String label) Creates a subITopicobject.IBaseDirectoryModule.createUser(IContext context, String login, String password, IOrganization organization) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a user into an organization.IDirectoryModule.createUser(IContext context, String login, String password, IOrganization organization) Allows to create a user into an organization.IBaseWorkflowModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow within a workflow container.IWorkflowModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow container within aICatalogobject.IWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow instance object by specifying theIWorkflowobject, its reference.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.IWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) Creates a workflow instance object by specifying theIWorkflowobject, its reference.IWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.voidDeprecated, for removal: This API element is subject to removal in a future version.Allow to delete a file.voidDeprecated, for removal: This API element is subject to removal in a future version.Allow to delete a folder.voidDeprecated, for removal: This API element is subject to removal in a future version.Deletes an element.voidAllow to delete a file.voidAllow to delete a folder.voidDeletes an element.voidIBaseWorkflowModule.deleteDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, IWorkflowInstance iWorkflowInstance) Deprecated, for removal: This API element is subject to removal in a future version.Delete an IWorkflowInstanceDiscussionMessage for an IWorkflowInstance.voidIWorkflowModule.deleteDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, IWorkflowInstance iWorkflowInstance) Delete an IWorkflowInstanceDiscussionMessage for an IWorkflowInstance.voidIBaseWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Crosses a transition.voidIBaseWorkflowModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Allows to cross a transition for another user.voidIWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIWorkflowModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.voidDeprecated, for removal: This API element is subject to removal in a future version.Allows to execute an agent.voidAllows to execute an agent.booleanIBaseLibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.check if theILibraryElementis subscribed by the userbooleanILibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) check if theILibraryElementis subscribed by the userIBaseWorkflowModule.findStorageResourceByReference(IContext context, IResourceDefinition resourceDefinition, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Find a storage resource object by specifying theIResourceDefinitionobject, its reference.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.voidILibraryModule.fireDownloadHistoryEvent(IContext context, IFile file, String protocol) Collection<? extends ITaskInstance> IBaseWorkflowModule.getAbortedTaskInstances(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the aborted task instances of a workflow instance.Collection<? extends ITaskInstance> IWorkflowModule.getAbortedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the aborted task instances of a workflow instance.Deprecated, for removal: This API element is subject to removal in a future version.Retrieve a specificIActionobject from its system name.Retrieve a specificIActionobject from its system name.Collection<? extends IAction> IBaseWorkflowModule.getActions(IContext context, ITask task) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IAction> IWorkflowModule.getActions(IContext context, ITask task) Deprecated, for removal: This API element is subject to removal in a future version.Gets an agent from its name.Gets an agent from its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets anIAliasobject by its name.Gets anIAliasobject by its name.Gets anIAliasobject by its name.IBaseSiteModule.getAliases(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases from the root level of theISiteobject.IBaseSiteModule.getAliases(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getAliases(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the aliases of aITopicobject.IBaseSiteModule.getAliases(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getAliases(IContext context, ISite site) Gets all the aliases from the root level of theISiteobject.ISiteModule.getAliases(IContext context, ISite site, boolean recursive) ISiteModule.getAliases(IContext context, ITopic parent) Gets all the aliases of aITopicobject.ISiteModule.getAliases(IContext context, ITopic parent, boolean recursive) Collection<? extends ICatalog> IBaseWorkflowModule.getAllCatalogs(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.getAllCatalogs(IContext context) Retrieves a collection ofICatalogobject.IBaseSiteModule.getBlockTemplateContainerByURI(IContext context, String uri) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getBlockTemplateContainerByURI(IContext context, String uri) IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the templates.ISiteModule.getBlockTemplateContainers(IContext context, ISite site) ISiteModule.getBlockTemplateContainers(IContext context, ISite site, int type) Gets all the templates.IBaseSiteModule.getCatalog(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IContext context, String name, IProject project) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a catalog form its name.ISiteModule.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.IWorkflowModule.getCatalog(IContext context, String name) Deprecated.: use getCatalog( IContext context, String name, IProject project )IWorkflowModule.getCatalog(IContext context, String name, int catalogType) Deprecated.: use getCatalog( IContext context, String name, int catalogType, IProject project )IWorkflowModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IWorkflowModule.getCatalog(IContext context, String name, IProject project) Retrieves a catalog form its name.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, IProject project) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context) Deprecated.: use getCatalogs( IContext context, IProject project )Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context, int catalogType) Deprecated.: use getCatalogs( IContext context, int catalogType, IProject project )Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context, int catalogType, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context, IProject project) Retrieves a collection ofICatalogobject.IBaseLibraryModule.getCategories(IContext context, ICategory category, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getCategories(IContext context, ICategory category, boolean recursive) ILibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) IBaseLibraryModule.getCategory(IContext context, ICategory category, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getCategory(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getCategory(IContext context, ICategory category, String name) ILibraryModule.getCategory(IContext context, ILibrary library, String name) IBasePortalModule.getConnectionDefinition(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a connection from its name.IPortalModule.getConnectionDefinition(IContext context, String name) Gets a connection from its name.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitions(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection of connections.Collection<? extends IConnectionDefinition<?>> IPortalModule.getConnectionDefinitions(IContext context) Gets a collection of connections.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByCategoryName(IContext context, String categoryName) Deprecated, for removal: This API element is subject to removal in a future version.Gets a connection from its name.Collection<? extends IConnectionDefinition<?>> IPortalModule.getConnectionDefinitionsByCategoryName(IContext context, String categoryName) Gets a connection from its name.Collection<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByTypeName(IContext context, String type) Deprecated, for removal: This API element is subject to removal in a future version.Gets a connection from its name.Collection<? extends IConnectionDefinition<?>> IPortalModule.getConnectionDefinitionsByTypeName(IContext context, String type) Gets a connection from its name.IBaseSiteModule.getContentContainer(IContext context, ISite site, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainer(IContext context, ITopic parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getContentContainer(IContext context, ISite site, String name) ISiteModule.getContentContainer(IContext context, ITopic parent, String name) IBaseSiteModule.getContentContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getContentContainers(IContext context, ISite site) ISiteModule.getContentContainers(IContext context, ISite site, boolean recursive) ISiteModule.getContentContainers(IContext context, ITopic parent) ISiteModule.getContentContainers(IContext context, ITopic parent, boolean recursive) IBaseWorkflowModule.getDiscussionMessagesOrderByCreationDateDesc(IContext context, IWorkflowInstance workflowInstance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve IWorkflowInstance's messageIWorkflowModule.getDiscussionMessagesOrderByCreationDateDesc(IContext context, IWorkflowInstance workflowInstance) Retrieve IWorkflowInstance's messageIBaseSiteModule.getElementByURI(IContext context, String uri) Deprecated, for removal: This API element is subject to removal in a future version.Gets anIElementby its URI.ISiteModule.getElementByURI(IContext context, String uri) Gets anIElementby its URI.Collection<? extends ITaskInstance> IBaseWorkflowModule.getEndedTaskInstances(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the ended task instances of a workflow instance.Collection<? extends ITaskInstance> IWorkflowModule.getEndedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the ended task instances of a workflow instance.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFileByPath(IContext context, ILibrary library, String path) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFileByPath(IContext context, ILibrary library, String path) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the files associated with a specifiedICategoryobject.Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the files associated with a specifiedICategoryobject.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the files associated with a specifiedICategoryobject.Retrieves all the files associated with a specifiedICategoryobject.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFolderByPath(IContext context, ILibrary library, String path) IBaseLibraryModule.getFolders(IContext context, IFolder parent) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFolders(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFolders(IContext context, IFolder parent) ILibraryModule.getFolders(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Gets a action form by its name.IBaseWorkflowModule.getForm(IContext context, IResourceDefinition resourceDefinition, String formName) Deprecated, for removal: This API element is subject to removal in a future version.Gets a resource definition form by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets a task form by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets a workflow form by its name.Gets a action form by its name.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a group by its system name on an organization scope.Deprecated.The system name is not unique on the server scope anymore.IDirectoryModule.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.IBaseWorkflowModule.getJdbcReference(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.IWorkflowModule.getJdbcReference(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.Collection<? extends IJdbcReference> IBaseWorkflowModule.getJdbcReferences(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.Collection<? extends IJdbcReference> IWorkflowModule.getJdbcReferences(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.IBaseLibraryModule.getLibraries(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the libraries.IBaseLibraryModule.getLibraries(IContext context, IOrganization organization) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the libraries within a specified organization.IBaseLibraryModule.getLibraries(IContext context, String right) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the libraries.ILibraryModule.getLibraries(IContext context) Retrieves all the libraries.ILibraryModule.getLibraries(IContext context, IOrganization organization) Retrieves all the libraries within a specified organization.ILibraryModule.getLibraries(IContext context, String right) Retrieves all the libraries.IBaseLibraryModule.getLibrary(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getLibrary(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getLibrary(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aILibrarywithin a specified organization.IBaseLibraryModule.getLibrary(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.ILibraryModule.getLibrary(IContext context, IFile file) ILibraryModule.getLibrary(IContext context, IFolder folder) ILibraryModule.getLibrary(IContext context, IOrganization organization, String name) Retrieves aILibrarywithin a specified organization.ILibraryModule.getLibrary(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseLibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a library by its path.ILibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Retrieves a library by its path.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets a list object from a catalog by its name.Gets a list object from a catalog by its name.Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IList> Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a localization by its system name.IDirectoryModule.getLocalization(IContext context, ILocalization parent, String name) Deprecated.use getLocalization( IContext context, String name ) method instead.IDirectoryModule.getLocalization(IContext context, String name) Retrieves a localization by its system name.IBaseDirectoryModule.getLocalizationByPathLabel(IContext context, String path) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a localization by its path.IDirectoryModule.getLocalizationByPathLabel(IContext context, String path) Retrieves a localization by its path.Collection<? extends ILocalization> IBaseDirectoryModule.getLocalizations(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the localizations.Collection<? extends ILocalization> IBaseDirectoryModule.getLocalizations(IContext context, ILocalization parent) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the localizations of aILocalizationobject.Collection<? extends ILocalization> IDirectoryModule.getLocalizations(IContext context) Retrieves all the localizations.Collection<? extends ILocalization> IDirectoryModule.getLocalizations(IContext context, ILocalization parent) Retrieves the localizations of aILocalizationobject.IBaseWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IMailForm> IWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) IBasePortalModule.getMailingList(IContext context, String name, int type) Deprecated, for removal: This API element is subject to removal in a future version.Gets a mailing list by its name.IPortalModule.getMailingList(IContext context, String name, int type) Gets a mailing list by its name.Collection<? extends IMailingList> IBasePortalModule.getMailingLists(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Gets all mailing lists.Collection<? extends IMailingList> IPortalModule.getMailingLists(IContext context) Gets all mailing lists.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstances(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the manual task instances of a workflow instance.Collection<? extends ITaskInstance> IWorkflowModule.getManualTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the manual task instances of a workflow instance.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstancesByStatus(IContext context, int status) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the manual task instances for a status.Collection<? extends ITaskInstance> IWorkflowModule.getManualTaskInstancesByStatus(IContext context, int status) Retrieves all the manual task instances for a status.Collection<? extends ITaskInstance> IBaseWorkflowModule.getManualTaskInstancesModifiedSince(IContext context, Date date) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the manual task instances modified since.Collection<? extends ITaskInstance> IWorkflowModule.getManualTaskInstancesModifiedSince(IContext context, Date date) Retrieves all the manual task instances modified since.IBaseWorkflowModule.getOneTaskInstance(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Gets one of the task instances (any).IWorkflowModule.getOneTaskInstance(IContext context, IWorkflowInstance instance) Gets one of the task instances (any).IBaseWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIOperatorRoleobject by its system name.IWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRoleobject by its system name.Collection<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIOperatorRoleobjects within a specified catalog.Collection<? extends IOperatorRole> IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves an organization by its system name (the system name is unique on the server).IDirectoryModule.getOrganization(IContext context, IOrganization parent, String name) Deprecated.: use getOrganization(IContext, String) method instead.IDirectoryModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves an organization by its path.IDirectoryModule.getOrganizationByPathLabel(IContext context, String path) Retrieves an organization by its path.Collection<? extends IOrganization> IBaseDirectoryModule.getOrganizations(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the organizations.Collection<? extends IOrganization> IBaseDirectoryModule.getOrganizations(IContext context, IOrganization parent) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the organizations of a specifiedIOrganizationobject.Collection<? extends IOrganization> IDirectoryModule.getOrganizations(IContext context) Retrieves all the organizations.Collection<? extends IOrganization> IDirectoryModule.getOrganizations(IContext context, IOrganization parent) Retrieves the organizations of a specifiedIOrganizationobject.IBaseSiteModule.getPageContainer(IContext context, ISite site, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootIPageContainerobject by its name.IBaseSiteModule.getPageContainer(IContext context, ITopic topic, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIPageContainerobject from aITopicobject by its name.ISiteModule.getPageContainer(IContext context, ISite site, String name) Gets a rootIPageContainerobject by its name.ISiteModule.getPageContainer(IContext context, ITopic topic, String name) Gets aIPageContainerobject from aITopicobject by its name.IBaseSiteModule.getPageContainers(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from a site at a root level.IBaseSiteModule.getPageContainers(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getPageContainers(IContext context, ITopic parent) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the pages from theITopicobject.IBaseSiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getPageContainers(IContext context, ISite site) Gets all the pages from a site at a root level.ISiteModule.getPageContainers(IContext context, ISite site, boolean recursive) ISiteModule.getPageContainers(IContext context, ITopic parent) Gets all the pages from theITopicobject.ISiteModule.getPageContainers(IContext context, ITopic parent, boolean recursive) IBaseLibraryModule.getParentCategory(IContext context, ICategory category) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentCategory(IContext context, ICategory category) IBaseLibraryModule.getParentFolder(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getParentFolder(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentFolder(IContext context, IFile file) ILibraryModule.getParentFolder(IContext context, IFolder folder) IBaseLibraryModule.getParentFolders(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getParentFolders(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentFolders(IContext context, IFile file) ILibraryModule.getParentFolders(IContext context, IFolder folder) IBaseSiteModule.getPlugins(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the plugins from a site at root level.IBaseSiteModule.getPlugins(IContext context, ISite site, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getPlugins(IContext context, ISite site) Gets all the plugins from a site at root level.ISiteModule.getPlugins(IContext context, ISite site, boolean recursive) IBasePortalModule.getPortlet(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a portlet by its name.IPortalModule.getPortlet(IContext context, String name) Gets a portlet by its name.IBaseWorkflowModule.getProfile(IContext context, IProtocolSupport link, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIProfileobject by its system name.IWorkflowModule.getProfile(IContext context, IProtocolSupport link, String name) Retrieves aIProfileobject by its system name.Collection<? extends IProfile> IBaseWorkflowModule.getProfiles(IContext context, IProtocolSupport link) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIProfileobjects within a specified link.Collection<? extends IProfile> IWorkflowModule.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 organizationIBaseLibraryModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IProperty> IBaseWorkflowModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the properties of a specified definition.ILibraryModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Collection<? extends IProperty> IWorkflowModule.getProperties(IContext context, IResourceDefinition resourceDefinition) Gets all the properties of a specified definition.IBaseLibraryModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseWorkflowModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a property definition by specifying theIResourceDefinitionand its system name.ILibraryModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) IWorkflowModule.getProperty(IContext context, IResourceDefinition resourceDefinition, String name) Gets a property definition by specifying theIResourceDefinitionand its system name.IBaseDirectoryModule.getResourceDefinition(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets an extended attributes tableIBaseLibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) Deprecated, for removal: This API element is subject to removal in a future version.IBaseWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a resource definition by specifying theICatalogand its system name.IDirectoryModule.getResourceDefinition(IContext context, String name) Gets an extended attributes tableILibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) ISiteModule.getResourceDefinition(IContext context, IPageContainer pageContainer, String dataFormName) IWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.IBaseLibraryModule.getResourceDefinitions(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IResourceDefinition> IBaseWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all resource definitions by specifying theICatalogILibraryModule.getResourceDefinitions(IContext context, ILibrary library) Collection<? extends IResourceDefinition> IWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIResourceobjects from a resource definition.Collection<? extends IResource> IWorkflowModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IWorkflowModule.getResources(IContext context, IResourceDefinition resourceDefinition) Gets a collection ofIResourceobjects from a resource definition.Deprecated.: use getRole or getProfileDeprecated.: use getRole or getProfileCollection<? extends IRole> Deprecated.: use getRoles or getProfilesCollection<? extends IRole> Deprecated.: use getRoles or getProfilesIBaseSiteModule.getSiteByName(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a site by its name.ISiteModule.getSiteByName(IContext context, String name) Retrieves a site by its name.Collection<? extends ITaskInstance> IBaseWorkflowModule.getStartedTaskInstances(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the started task instances of a workflow instance.Collection<? extends ITaskInstance> IWorkflowModule.getStartedTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the started task instances of a workflow instance.IBaseWorkflowModule.getSubForm(IContext context, IWorkflow workflow, String formName) Deprecated, for removal: This API element is subject to removal in a future version.Gets a sub form by its name.IWorkflowModule.getSubForm(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.IBaseLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Gets subscription frequency.ILibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Gets subscription frequency.IBaseLibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) Deprecated, for removal: This API element is subject to removal in a future version.get all subscriptions for a user and a libraryILibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) get all subscriptions for a user and a libraryIBaseSiteModule.getSystemBlockTemplateContainer(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.ISiteModule.getSystemBlockTemplateContainer(IContext context, String name) IBaseDirectoryModule.getSystemProfile(IContext context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a systemIProfileobject by its system name.IDirectoryModule.getSystemProfile(IContext context, String name) Retrieves a systemIProfileobject by its system name.Collection<? extends IProfile> IBaseDirectoryModule.getSystemProfiles(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection of systemIProfileobjects.Collection<? extends IProfile> IDirectoryModule.getSystemProfiles(IContext context) Retrieves a collection of systemIProfileobjects.Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a specific task of aIWorkflowobject by its name.Retrieves a specific task of aIWorkflowobject by its name.IBaseWorkflowModule.getTaskInstance(IContext context, IWorkflowInstance instance, String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets the started task instance associated with a specified task name.IWorkflowModule.getTaskInstance(IContext context, IWorkflowInstance instance, String name) Gets the started task instance associated with a specified task name.Collection<? extends ITaskInstance> IBaseWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the task instances of a specified workflow instance.Collection<? extends ITaskInstance> IBaseWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the task instances of a specified workflow instance filtered by the name of aITask.Collection<? extends ITaskInstance> IWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance) Retrieves all the task instances of a specified workflow instance.Collection<? extends ITaskInstance> IWorkflowModule.getTaskInstances(IContext context, IWorkflowInstance instance, String name) Retrieves all the task instances of a specified workflow instance filtered by the name of aITask.Deprecated, for removal: This API element is subject to removal in a future version.Gets a rootITopicobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets aITopicobject by its name.Gets a rootITopicobject by its name.Gets aITopicobject by its name.Deprecated, for removal: This API element is subject to removal in a future version.Gets all the topics from a site at a root level.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets all the sub-topics from a parentITopicobject.Deprecated, for removal: This API element is subject to removal in a future version.Gets all the topics from a site at a root level.Gets all the sub-topics from a parentITopicobject.Collection<? extends IUser> Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the users.Collection<? extends IUser> IBaseDirectoryModule.getUsers(IContext context, ILocalization localization) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the users of a specified localization.Collection<? extends IUser> IBaseDirectoryModule.getUsers(IContext context, IOrganization organization) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the users of a specified organization.Collection<? extends IUser> Retrieves all the users.Collection<? extends IUser> IDirectoryModule.getUsers(IContext context, ILocalization localization) Retrieves all the users of a specified localization.Collection<? extends IUser> IDirectoryModule.getUsers(IContext context, IOrganization organization) Retrieves all the users of a specified organization.Deprecated, for removal: This API element is subject to removal in a future version.IBaseSiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a view by its name.IBaseWorkflowModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a view by its name.IBaseWorkflowModule.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a view by its name.ISiteModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IWorkflowModule.getView(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IWorkflowModule.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Retrieves a view by its name.IBaseLibraryModule.getViewController(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.IBaseLibraryModule.getViewController(IContext context, InputStream inputStream) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.IBaseLibraryModule.getViewController(IContext context, Class natureClass) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context, IProject project, InputStream inputStream) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.IBaseWorkflowModule.getViewController(IContext context, Class natureClass) Deprecated, for removal: This API element is subject to removal in a future version.Gets a view controller to searchIResourceobjects through their properties.ILibraryModule.getViewController(IContext context) Gets a view controller to searchIResourceobjects through their properties.ILibraryModule.getViewController(IContext context, InputStream inputStream) Gets a view controller to searchIResourceobjects through their properties.ILibraryModule.getViewController(IContext context, Class natureClass) Gets a view controller to searchIResourceobjects through their properties.IWorkflowModule.getViewController(IContext context) Gets a view controller to searchIResourceobjects through their properties.IWorkflowModule.getViewController(IContext context, IProject project, InputStream inputStream) Gets a view controller to searchIResourceobjects through their properties.IWorkflowModule.getViewController(IContext context, Class natureClass) Gets a view controller to searchIResourceobjects through their properties.Collection<? extends IView> Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the views associated with the catalog.Collection<? extends IView> IBaseWorkflowModule.getViews(IContext context, IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the views associated with the resource definition.Collection<? extends IView> IBaseWorkflowModule.getViews(IContext context, IWorkflowContainer workflowContainer) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the views associated with the workflow container.Collection<? extends IView> Retrieves all the views associated with the catalog.Collection<? extends IView> IWorkflowModule.getViews(IContext context, IResourceDefinition resourceDefinition) Retrieves all the views associated with the resource definition.Collection<? extends IView> IWorkflowModule.getViews(IContext context, IWorkflowContainer workflowContainer) Retrieves all the views associated with the workflow container.IBaseWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.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 )IWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IWorkflowModule.getWorkflow(IContext context, String name) Deprecated.: use getWorkflow( IContext context, ICatalog catalog, String name )IBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIWorkflowContainerwithin aICatalogby its system nameIWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameCollection<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowContainer> IWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ITask task) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances of a specifiedITaskobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, ITask task) Gets all the workflow instances of a specifiedITaskobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.Collection<? extends IWorkflow> IWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.booleanIBaseWorkflowModule.hasDiscussionThread(IContext context, IWorkflowInstance iWorkflowInstance) Deprecated, for removal: This API element is subject to removal in a future version.Allows knowing if an IWorkflowInstance has a discussion thread or notbooleanIWorkflowModule.hasDiscussionThread(IContext context, IWorkflowInstance iWorkflowInstance) Allows knowing if an IWorkflowInstance has a discussion thread or notbooleanIBaseLibraryModule.isCheckedOut(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.booleanILibraryModule.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.booleanDeprecated, for removal: This API element is subject to removal in a future version.Allows to move a specifiedIFileunderneath a destination folder.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Allows to move a specifiedIFolderunderneath a destination folder.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanAllows to move a specifiedIFileunderneath a destination folder.booleanbooleanAllows to move a specifiedIFolderunderneath a destination folder.booleanvoidIBaseSiteModule.reject(IContext context, IContentContainer contentContainer, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Rejects an approval request.voidISiteModule.reject(IContext context, IContentContainer contentContainer, String comment) Rejects an approval request.voidIBaseWorkflowModule.remind(IContext context, ITaskInstance taskInstance, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Allows to remind current operators of a specified task instance.voidIBaseWorkflowModule.remind(IContext context, IWorkflowInstance instance, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Allows to remind current operators of a workflow instance.voidIWorkflowModule.remind(IContext context, ITaskInstance taskInstance, String comment) Allows to remind current operators of a specified task instance.voidIWorkflowModule.remind(IContext context, IWorkflowInstance instance, String comment) Allows to remind current operators of a workflow instance.voidIBaseSiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Requests an approval of the content.voidISiteModule.requestApproval(IContext context, IContentContainer contentContainer, String comment) Requests an approval of the content.voidDeprecated, for removal: This API element is subject to removal in a future version.Saves or updates an element.voidSaves or updates an element.voidIBaseWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mail_to, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Sends a mail by specifying the subject and the content of the body.voidIBaseWorkflowModule.send(IContext context, 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) Deprecated, for removal: This API element is subject to removal in a future version.Sends a mail by specifying the subject and the content of the body.voidIBaseWorkflowModule.send(IContext context, 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 )voidIWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mail_to, String comment) Sends a mail by specifying the subject and the content of the body.voidIWorkflowModule.send(IContext context, ITaskInstance instance, IMailForm form, String comment) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIWorkflowModule.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 )voidIWorkflowModule.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.voidIWorkflowModule.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 )voidIWorkflowModule.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 )voidIWorkflowModule.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Sets subscription frequency.voidILibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.voidIBaseLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.toggle subsription recursive flagvoidILibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidIBaseLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidILibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseLibraryModule.undoCheckOut(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.voidILibraryModule.undoCheckOut(IContext context, IFile file) voidIWorkflowModule.unlock(IContext context, IWorkflowInstance workflowInstance) Allows to unlock workflow instance.voidIBaseLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.Unsubscribe to aILibraryElement(IFile, IFolder, ICategory)voidILibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseWorkflowModule.updateDiscussionMessage(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, String content, Collection<IAttachment> attachments) Deprecated, for removal: This API element is subject to removal in a future version.Update content and/or attachments of a message.voidIWorkflowModule.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.providers
Methods 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.search
Methods 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.supports
Methods 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.base
Methods 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.utils
Methods in com.axemble.vdoc.sdk.utils with parameters of type IContextModifier and TypeMethodDescriptionbooleanCheck if AI Agent Utils can be used (license, connection, configuration, ...)IAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage) Chat completion request Start a conversation with a botIAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage, String dynamicContext) Chat completion request Start a conversation with a botIAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage, String dynamicContext, Map<String, Object> additionalParameters) Chat completion request Start a conversation with a botGet an agent configuration by its nameGet the list of available agents for a given user contextIAIRAGUtils.getContentRetriever(IContext userContext, IRichAIConfiguration richAIConfiguration) Get the content retriever for the given rich AI configurationlongIAIAgentUtils.getCurrentInteractionUsage(IContext userContext) Get the current interaction usage for current monthGet a rich AI configuration by its referenceIMailUtils.retrieveMailTemplateFromReference(IContext context, String templateRef) Retrieve a mailTemplate resource in the data universe of the Platform management application from its referenceIAIAgentUtils.summarize(IContext userContext, ILanguageModelConnection languageModelConnection, IResource resource, Collection<String> propertiesContext, String language, String usage) Summarize the content of a resourceIAIAgentUtils.translate(IContext userContext, ILanguageModelConnection languageModelConnection, String originalContent, String fromLanguage, String toLanguage, String usage) Translate a content from a language to another -
Uses of IContext in com.vdoc.sdk.commons.io.filecenter
Fields in com.vdoc.sdk.commons.io.filecenter declared as IContextModifier and TypeFieldDescriptionprotected IContextCopyFileCenter.readContextprotected IContextCopyFileCenter.writeContextMethods in com.vdoc.sdk.commons.io.filecenter with parameters of type IContextModifier and TypeMethodDescriptionPostToFileCenter.buildFolder(ILibraryModule libraryModule, IContext context, ILibrary library, String path) build a full path and return the last created folderPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, IFolder folder, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define folderPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, String path, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define pathPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define libraryConstructors in com.vdoc.sdk.commons.io.filecenter with parameters of type IContextModifierConstructorDescriptionCopyFileCenter(ILibraryModule libraryModule, ILibrary sourceLibrary, IContext readContext, IContext writeContext) ConstructorCopyFileCenter(ILibraryModule libraryModule, ILibrary sourceLibrary, IContext readContext, IContext writeContext, CreateFileListener createFileListener) Constructor -
Uses of IContext in com.vdoc.sdk.commons.io.filecenter.module
Methods in com.vdoc.sdk.commons.io.filecenter.module with parameters of type IContext -
Uses of IContext in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces
Methods in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces with parameters of type IContext -
Uses of IContext in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl
Methods in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl with parameters of type IContext -
Uses of IContext in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils with parameters of type IContextModifier 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 static IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource) Clone aIResourcestatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource, List<String> propertiesName, Boolean exclude) Clone aIStorageResourceor aIWorkflowInstance
You can exclude some properties by passing ArrayListpropertiesName and set the Boolean exclude argument to Boolean.TRUE.
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName) static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName, Boolean exclude) Copy the values from the source resource to the target resource
You can exclude some properties by passing ArrayListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, Map<String, String> propertiesMapping) Copy values from a resource to another by specifying a properties mapping.static IWorkflowInstanceWorkflowInstanceUtils.createLinkedWorkflowInstance(IContext context, IWorkflowInstance parentWorkflowInstance, IWorkflowContainer workflowContainer, String fieldName) Create a linked workflowinstance for a workflowinstance and save it in a fieldstatic IOrganizationDirectoryUtils.createUniqueOrganization(IDirectoryModule directoryModule, IContext context, IOrganization parent, String label) Create an organization with unique system name (the system name can end with index) -
Uses of IContext in com.vdoc.sdk.commons.utils.copy.properties
Methods in com.vdoc.sdk.commons.utils.copy.properties that return IContextMethods in com.vdoc.sdk.commons.utils.copy.properties with parameters of type IContext