Modifier and Type | Method and Description |
---|---|
void |
MappingObject.applyMapping(IContext context,
T sourceObject,
S targetObject,
Object mappingDefinition)
Used to assign the values of the source object to the target object
|
Object |
MappingObject.getTargetValue(IContext context,
T sourceObject,
Object mappingDefinition,
String targetMappingStructureName)
Gets the value of the target mappingStructure name
|
Modifier and Type | Method and Description |
---|---|
protected String |
BaseConnector.evaluateExpressions(String formula,
IContext context,
IResource resource)
Evaluate expressions in formula (ex : ${iUser.login})
|
protected String |
BaseConnector.evaluateExpressions(String formula,
IContext context,
IResource resource,
String language)
Evaluate expressions in formula (ex : ${iUser.login})
|
protected String |
BaseConnector.evaluateExpressions(String formula,
IContext context,
IResource resource,
String language,
boolean isHtmlString)
Evaluate expressions in formula (ex : ${iUser.login})
|
abstract int |
BaseServiceConnector.execute(IContext context,
int eventType,
String eventName,
Element customElement) |
abstract int |
BaseTreatmentConnector.execute(IContext context,
IWorkflowInstance workflowInstance,
ITaskInstance taskInstance,
Element customElement) |
Modifier and Type | Method and Description |
---|---|
void |
IEventController.saveEvent(IContext context,
IEvent event)
Save Event
|
Modifier and Type | Method and Description |
---|---|
void |
IMailingList.addEmail(IContext context,
String email)
Adds an email address to the mailing list.
|
void |
IMailingList.addGroup(IContext context,
IGroup group)
Adds a group to the mailing list.
|
void |
IMailingList.addProfile(IContext context,
IProfile profile)
Adds a profile to the mailing list.
|
void |
ICatalogViewTransformer.catalogsToXML(IContext context,
int view,
OutputStream outputStream)
Converts a view of catalogs to an XML document.
|
void |
ISite.delete(IContext context,
boolean deleteLinkedLibrary)
Deletes a site and allows to specify if the linked
ILibrary object should be deleted. |
Collection |
ILibrary.getAllFolders(IContext iContext)
Gets off the folders.
|
ITaskInstance |
IWorkflowInstance.getCurrentTaskInstance(IContext context)
Gets the current task instance.
|
ITaskInstance |
IVersion.getCurrentTaskInstance(IContext context)
Gets the current task instance.
|
IFolder |
IFolder.getFolder(IContext context,
String name)
Gets a child
IFolder object by its name. |
Collection |
IFolder.getFolders(IContext context)
Gets the child folders
|
Collection |
ILibrary.getFolders(IContext iContext)
Gets all the folders at the root level.
|
void |
IResourceViewTransformer.resourcesToXML(IContext context,
int view,
Collection columns,
OutputStream outputStream) |
void |
ISearchViewTransformer.resultToXML(IContext context,
int view,
String text,
Collection columns,
OutputStream outputStream) |
boolean |
IElement.save(IContext context)
Saves or updates the element.
|
void |
IMailingList.subscribeUser(IContext context,
IUser user)
Subscribes a user to the mailing list.
|
void |
ITaskViewTransformer.tasksToXML(IContext context,
int view,
Collection columns,
OutputStream outputStream) |
void |
IGenericViewTransformer.viewToXML(IContext context,
Element viewDefinition,
OutputStream outputStream)
Allows to evaluate a view and transforms the result to an XML stream.
|
void |
IWorkflowContainerViewTransformer.workflowContainersToXML(IContext context,
int view,
OutputStream outputStream) |
void |
IWorkflowViewTransformer.workflowsToXML(IContext context,
int view,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
IReport |
ICompilationSupport.beforeCompile(IContext context,
boolean validate)
Allows to connect design elements to each other before creating and storing them.
|
IReport |
ICompilationSupport.beforeMerge(IContext context,
boolean validate)
Allows to connect design elements to each other before creating and storing them.
|
IReport |
ICompilationSupport.compile(IContext context,
boolean validate)
Compiles a design element.
|
void |
IDesignElement.delete(IContext context)
Deletes a design object.
|
IReport |
ICompilationSupport.merge(IContext context,
boolean validate)
Merges information on an existing design element.
|
Modifier and Type | Method and Description |
---|---|
IContext |
IModule.getAnonymousContext()
Gets the context of anonymous.
|
IContext |
IModule.getContext(IUser user)
Gets a context form a
IUser object. |
IContext |
IModule.getContext(String externalID)
Gets a context from the external identifier.
|
IContext |
IModule.getContextByLogin(String login)
Gets a context from the user's login.
|
IContext |
IModule.getLoggedOnUserContext()
Retrieves the context of the logged on user
|
IContext |
IModule.getSysadminContext()
Gets the context of sysadmin.
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseDocumentModule.abort(IContext context,
IVersion version,
String comment)
Allows to abort workflow instance.
|
void |
IBaseWorkflowModule.abort(IContext context,
IWorkflowInstance instance,
String comment)
Allows to abort workflow instance.
|
void |
IBaseLibraryModule.addCategories(IContext context,
IFile file,
Collection categories) |
void |
IBaseLibraryModule.addCategory(IContext context,
IFile file,
ICategory category) |
void |
IBaseSiteModule.approve(IContext context,
IContentContainer contentContainer)
Approves a content.
|
void |
IBaseSiteModule.approve(IContext context,
ISite site)
Approves all contents in a site.
|
void |
IBaseSiteModule.approve(IContext context,
ITopic topic)
Approves all contents in a topic.
|
DiscussionAccessCheckResult |
IBaseWorkflowModule.canDeleteDiscussionMessage(IContext context,
IDiscussionMessage iDiscussionMessage)
Allows knowing if an IDiscussionMessage can be deleted in the current IContext or not
|
DiscussionAccessCheckResult |
IBaseWorkflowModule.canModifyDiscussionMessage(IContext context,
IDiscussionMessage iDiscussionMessage)
Allows knowing if an IDiscussionMessage can be modified in the current IContext or not
|
IUser |
IBaseLibraryModule.checkedOutBy(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkIn(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkOut(IContext context,
IFile file) |
IReport |
IProjectModule.compile(IContext context,
IDesignForm designForm,
boolean validate) |
IReport |
IProjectModule.compile(IContext context,
IDesignWorkflow designWorkflow,
boolean validate) |
void |
IBaseSiteModule.copyPageContainerInTopic(IContext context,
IPageContainer pageContainer,
ITopic topic)
Copy a page in a topic
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFolder underneath a destination folder; |
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFolder underneath a destination folder; |
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
IAlias |
IBaseSiteModule.createAlias(IContext context,
ISite site,
String name,
String label,
IProtocolSupport protocolSupport)
Creates an
IAlias object at the root level of a site. |
IAlias |
IBaseSiteModule.createAlias(IContext context,
ITopic topic,
String name,
String label,
IProtocolSupport protocolSupport)
|
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
File file)
Allows to create an
IAttachment object from a java.io.File object. |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
File file,
boolean canBeRemoved)
Allows to create an
IAttachment object from a java.io.File object. |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
String fileName,
byte[] bytes) |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
String fileName,
InputStream input)
Allows to create an
IAttachment object from a file name and an input stream. |
IBlock |
IBaseSiteModule.createBlock(IContext context) |
ICatalog |
IBaseWorkflowModule.createCatalog(IContext context,
String name,
String label)
Deprecated.
: use createCatalog( IContext context, String name, String label, IProject project )
|
ICatalog |
IBaseWorkflowModule.createCatalog(IContext context,
String name,
String label,
IProject project)
Allows to create a new catalog.
|
ICatalog |
IBaseDocumentModule.createCatalog(IContext context,
String name,
String label,
IProject project)
Allows to create a new catalog.
|
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ILibrary library,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
String name) |
IComponent |
IBaseSiteModule.createComponent(IContext context,
String name) |
IConnectionDefinition<?> |
IBasePortalModule.createConnectionDefinition(IContext context,
IOrganization organization,
String name,
String label,
String categoryName)
Create a connection definition
|
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer) |
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer,
IBlockTemplateContainer templateContainer) |
IDataUnit |
IBaseDocumentModule.createDataUnit(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference. |
IDataUnit |
IBaseDocumentModule.createDataUnit(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a data unit object by specifying the
IResourceDefinition object, its reference, and its label. |
IWorkflowInstanceDiscussionMessage |
IBaseWorkflowModule.createDiscussionMessage(IContext context,
IWorkflowInstance iWorkflowInstance,
String content,
Collection<IAttachment> attachments,
String visibility,
Collection<IUser> recipients,
IOrganization visibilityOrganization)
Create and add a new message for an IWorkflowInstance.
|
IDynamicLocalizationsWrapper |
IBaseWorkflowModule.createDynamicLocalizationsWrapper(IContext context,
ICatalog catalog)
Creates a dynamicLocalizationsWrapper object by specifying the parent
ICatalog object. |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
InputStream content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
InputStream content) |
IFolder |
IBaseLibraryModule.createFolder(IContext context,
IFolder parent,
String name) |
IFolder |
IBaseLibraryModule.createFolder(IContext context,
ILibrary library,
String name) |
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IGroup group,
String label)
Allows to create a child group.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IGroup group,
String name,
String label)
Allows to create a child group.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IOrganization organization,
String label)
Deprecated.
use createGroup( IContext context, IOrganization organization, String name, String label ) method instead.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IOrganization organization,
String name,
String label)
Allows to create a group.
|
ILibrary |
IBaseLibraryModule.createLibrary(IContext context,
IOrganization organization,
String name)
Creates a library on a specified organization.
|
ILibrary |
IBaseLibraryModule.createLibrary(IContext context,
String name)
Deprecated.
use createLibrary( IContext context, IOrganization organization, String name ) method instead.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
ILocalization localization,
String label)
Deprecated.
: use createLocalization( IContext context, ILocalization localization, String name, String label ) method instead.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
ILocalization localization,
String name,
String label)
Allows to create a child localization.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
String label)
Deprecated.
: use createLocalization( IContext context, ILocalization localization, String label ) method instead.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
String name,
String label)
Allows to create a localization at the root level.
|
IMailingList |
IBasePortalModule.createMailingList(IContext context,
IOrganization organization,
String name,
String label,
int type)
Creates a new mailing list.
|
IOperatorRole |
IBaseWorkflowModule.createOperatorRole(IContext context,
ICatalog catalog,
String name)
Creates a
IOperatorRole into the catalog object. |
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
IOrganization organization,
String label)
Deprecated.
: use createOrganization( IContext context, IOrganization organization, String name, String label ) method instead.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
IOrganization organization,
String name,
String label)
Allows to create a child organization.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
String label)
Deprecated.
: use createOrganization( IContext context, String name, String label ) method instead.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
String name,
String label)
Allows to create an organization at the root level.
|
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ISite site,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object at the root level of a ISite object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ISite site,
String name,
String label)
Creates a
IPageContainer object at the root level of a ISite object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ITopic topic,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object into a ITopic object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ITopic topic,
String name,
String label)
Creates a
IPageContainer object into a ITopic object. |
void |
IBaseSiteModule.createPlugin(IContext context,
String parentUri,
PluginConfigurationBean pluginConfigurationBean)
Create a plugin in a topic
|
IProfile |
IBaseWorkflowModule.createProfile(IContext context,
IProtocolSupport link,
String name)
Creates a
IProfile . |
IProject |
IProjectModule.createProject(IContext context,
IOrganization organization,
String name,
String label)
Create a new project object
|
IResourceDefinition |
IBaseLibraryModule.createResourceDefinition(IContext context,
String name) |
IRole |
IBaseWorkflowModule.createRole(IContext context,
ICatalog catalog,
String name)
Deprecated.
: use createOperatorRole or createProfile
|
IRole |
IBaseDocumentModule.createRole(IContext context,
ICatalog catalog,
String name)
Creates a
IRole into the catalog object. |
ISite |
IBaseSiteModule.createSite(IContext context,
ILibrary library,
String name)
Creates a new site and associates it to a
ILibrary (same organization). |
ISite |
IBaseSiteModule.createSite(IContext context,
IOrganization organization,
String name)
Creates a new site into an
IOrganization object. |
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference. |
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference, and its label. |
IProfile |
IBaseDirectoryModule.createSystemProfile(IContext context,
String name)
Creates a
IProfile . |
ITopic |
IBaseSiteModule.createTopic(IContext context,
ISite site,
String name,
String label)
Creates a
ITopic object a the root level. |
ITopic |
IBaseSiteModule.createTopic(IContext context,
ITopic parent,
String name,
String label)
Creates a sub
ITopic object. |
IUser |
IBaseDirectoryModule.createUser(IContext context,
String login,
String password,
IOrganization organization)
Allows to create a user into an organization.
|
IVersion |
IBaseDocumentModule.createVersion(IContext context,
IAttachmentTemplate attachmentTemplate,
String reference)
Creates a version instance object by specifying the
IAttachmentTemplate object, its reference. |
IVersion |
IBaseDocumentModule.createVersion(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a version object by specifying the
IResourceDefinition object, its reference, and its label. |
IWorkflow |
IBaseWorkflowModule.createWorkflow(IContext context,
IWorkflowContainer container,
String name,
byte[] content)
Creates a workflow within a workflow container.
|
IWorkflow |
IBaseDocumentModule.createWorkflow(IContext context,
IWorkflowContainer container,
String name,
byte[] content)
Creates a workflow within a workflow container.
|
IWorkflowContainer |
IBaseWorkflowModule.createWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Creates a workflow container within a
ICatalog object. |
IWorkflowContainer |
IBaseDocumentModule.createWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Creates a workflow container within a
ICatalog object. |
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference)
Creates a workflow instance object by specifying the
IWorkflow object, its reference. |
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference,
String label)
Creates a workflow instance object by specifying the
IWorkflow object, its reference, and its label. |
void |
IBaseSiteModule.delete(IContext context,
IElement element)
Deletes an element.
|
void |
IBaseLibraryModule.delete(IContext context,
IFile file)
Allow to delete a file.
|
void |
IBaseLibraryModule.delete(IContext context,
IFolder folder)
Allow to delete a folder.
|
void |
IBaseWorkflowModule.deleteDiscussionMessage(IContext context,
IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage,
IWorkflowInstance iWorkflowInstance)
Delete an IWorkflowInstanceDiscussionMessage for an IWorkflowInstance.
|
void |
IBaseWorkflowModule.end(IContext context,
ITaskInstance instance,
IAction action,
String comment)
Crosses a transition.
|
void |
IBaseDocumentModule.end(IContext context,
ITaskInstance instance,
IAction action,
String comment)
Crosses a transition.
|
void |
IBaseWorkflowModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
void |
IBaseDocumentModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
void |
IBaseWorkflowModule.execute(IContext context,
IAgent agent)
Allows to execute an agent.
|
void |
IBaseDocumentModule.execute(IContext context,
IAgent agent)
Allows to execute an agent.
|
boolean |
IBaseLibraryModule.existSubscriptionByLibraryElement(IContext context,
ILibraryElement libraryElement)
check if the
ILibraryElement is subscribed by the user |
void |
IBaseLibraryModule.fireDownloadHistoryEvent(IContext context,
IFile file,
String protocol) |
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getAbortedTaskInstances(IContext context,
IVersion version)
Retrieves all the aborted task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getAbortedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the aborted task instances of a workflow instance.
|
IAction |
IBaseWorkflowModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
IAction |
IBaseDocumentModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
Collection<? extends IAction> |
IBaseWorkflowModule.getActions(IContext context,
ITask task)
|
Collection<? extends IAction> |
IBaseDocumentModule.getActions(IContext context,
ITask task)
|
IAgent |
IBaseWorkflowModule.getAgent(IContext context,
String name)
Gets an agent from its name.
|
IAgent |
IBaseDocumentModule.getAgent(IContext context,
String name)
Gets an agent from its name.
|
IAlias |
IBaseSiteModule.getAlias(IContext context,
ISite site,
String name)
Gets an
IAlias object by its name. |
IAlias |
IBaseSiteModule.getAlias(IContext context,
ITopic parent,
String name)
Gets an
IAlias object by its name. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ISite site)
Gets all the aliases from the root level of the
ISite object. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ISite site,
boolean recursive) |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ITopic parent)
Gets all the aliases of a
ITopic object. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ITopic parent,
boolean recursive) |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getAllCatalogs(IContext context)
Retrieves a collection of
ICatalog object. |
IBlockTemplateContainer |
IBaseSiteModule.getBlockTemplateContainerByURI(IContext context,
String uri) |
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site) |
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site,
int type)
Gets all the templates.
|
ICatalog |
IBaseSiteModule.getCatalog(IContext context,
ISite site)
Retrieves the catalog of the site.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name)
Deprecated.
: use getCatalog( IContext context, String name, IProject project )
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
int catalogType)
Deprecated.
: use getCatalog( IContext context, String name, int catalogType, IProject project )
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
int catalogType,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseDocumentModule.getCatalog(IContext context,
String name,
int catalogType,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseWorkflowModule.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> |
IBaseDocumentModule.getCatalogs(IContext context)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
int catalogType)
Deprecated.
: use getCatalogs( IContext context, int catalogType, IProject project )
|
Collection<? extends ICatalog> |
IBaseDocumentModule.getCatalogs(IContext context,
int catalogType)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
int catalogType,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseDocumentModule.getCatalogs(IContext context,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection |
IBaseLibraryModule.getCategories(IContext context,
ICategory category,
boolean recursive) |
Collection<ICategory> |
IBaseLibraryModule.getCategories(IContext context,
ILibrary library,
boolean recursive) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ILibrary library,
String name) |
IConnectionDefinition |
IBaseDocumentModule.getConnectionDefinition(IContext context,
String name)
Gets a connection from its name.
|
IConnectionDefinition<?> |
IBasePortalModule.getConnectionDefinition(IContext context,
String name)
Gets a connection from its name.
|
Collection<? extends IConnectionDefinition> |
IBaseDocumentModule.getConnectionDefinitions(IContext context)
Gets a collection of connections.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitions(IContext context)
Gets a collection of connections.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByCategoryName(IContext context,
String categoryName)
Gets a connection from its name.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByTypeName(IContext context,
String type)
Gets a connection from its name.
|
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ISite site,
String name) |
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ITopic parent,
String name) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site,
boolean recursive) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent,
boolean recursive) |
Collection<IWorkflowInstanceDiscussionMessage> |
IBaseWorkflowModule.getDiscussionMessagesOrderByCreationDateDesc(IContext context,
IWorkflowInstance workflowInstance)
Retrieve IWorkflowInstance's message
|
IElement |
IBaseSiteModule.getElementByURI(IContext context,
String uri)
Gets an
IElement by its URI. |
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getEndedTaskInstances(IContext context,
IVersion version)
Retrieves all the ended task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getEndedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the ended task instances of a workflow instance.
|
IFile |
IBaseLibraryModule.getFile(IContext context,
IFolder folder,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
String fileId) |
IFile |
IBaseLibraryModule.getFileByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category)
Retrieves all the files associated with a specified
ICategory object. |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category,
boolean includeDeleted)
Retrieves all the files associated with a specified
ICategory object. |
Collection |
IBaseLibraryModule.getFiles(IContext context,
IFolder parent) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ILibrary library) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
IFolder parent,
String name) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
ILibrary library,
String name) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
String folderId) |
IFolder |
IBaseLibraryModule.getFolderByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFolders(IContext context,
IFolder parent) |
Collection |
IBaseLibraryModule.getFolders(IContext context,
ILibrary library) |
IForm |
IBaseWorkflowModule.getForm(IContext context,
IAction action,
String formName)
Gets a action form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
IAction action,
String formName)
Gets a action form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
IResourceDefinition resourceDefinition,
String formName)
Gets a resource definition form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
IResourceDefinition resourceDefinition,
String formName)
Gets a resource definition form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
ITask task,
String formName)
Gets a task form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
ITask task,
String formName)
Gets a task form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
IWorkflow workflow,
String formName)
Gets a workflow form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
IWorkflow workflow,
String formName)
Gets a workflow form by its name.
|
IGroup |
IBaseDirectoryModule.getGroup(IContext context,
IOrganization organization,
String name)
Retrieves a group by its system name on an organization scope.
|
IGroup |
IBaseDirectoryModule.getGroup(IContext context,
String name)
Deprecated.
The system name is not unique on the server scope anymore. You should pass the parent
IOrganization object.
Use the getGroup( IContext context, IOrganization organization, String name ) method instead. |
IJdbcReference |
IBaseWorkflowModule.getJdbcReference(IContext context,
String name)
Deprecated.
: use getConnectionDefinition( IContext context, String name ) method instead.
|
IJdbcReference |
IBaseDocumentModule.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> |
IBaseDocumentModule.getJdbcReferences(IContext context)
Deprecated.
: use getConnectionDefinitions( IContext context ) method instead.
|
Collection |
IBaseLibraryModule.getLibraries(IContext context)
Retrieves all the libraries.
|
Collection |
IBaseLibraryModule.getLibraries(IContext context,
IOrganization organization)
Retrieves all the libraries within a specified organization.
|
Collection |
IBaseLibraryModule.getLibraries(IContext context,
String right)
Retrieves all the libraries.
|
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IFile file) |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IFolder folder) |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IOrganization organization,
String name)
Retrieves a
ILibrary within a specified organization. |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
String name)
Deprecated.
use getLibrary( IContext context, IOrganization organization, String name ) method instead.
|
ILibrary |
IBaseLibraryModule.getLibraryByPath(IContext context,
IOrganization organization,
String path)
Retrieves a library by its path.
|
IList |
IBaseWorkflowModule.getList(IContext context,
ICatalog catalog,
String name)
Gets a list object from a catalog by its name.
|
IList |
IBaseDocumentModule.getList(IContext context,
ICatalog catalog,
String name)
Gets a list object from a catalog by its name.
|
IList |
IBaseLibraryModule.getList(IContext context,
ILibrary library,
String name) |
Collection<? extends IList> |
IBaseWorkflowModule.getLists(IContext context,
ICatalog catalog)
Gets a collection of a the lists available on a specified
ICatalog object. |
Collection<? extends IList> |
IBaseDocumentModule.getLists(IContext context,
ICatalog catalog)
Gets a collection of a the lists available on a specified
ICatalog object. |
Collection |
IBaseLibraryModule.getLists(IContext context,
ILibrary library) |
ILocalization |
IBaseDirectoryModule.getLocalization(IContext context,
ILocalization parent,
String name)
Deprecated.
use getLocalization( IContext context, String name ) method instead.
|
ILocalization |
IBaseDirectoryModule.getLocalization(IContext context,
String name)
Retrieves a localization by its system name.
|
ILocalization |
IBaseDirectoryModule.getLocalizationByPathLabel(IContext context,
String path)
Retrieves a localization by its path.
|
Collection<? extends ILocalization> |
IBaseDirectoryModule.getLocalizations(IContext context)
Retrieves all the localizations.
|
Collection<? extends ILocalization> |
IBaseDirectoryModule.getLocalizations(IContext context,
ILocalization parent)
Retrieves the localizations of a
ILocalization object. |
IMailForm |
IBaseWorkflowModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
IMailForm |
IBaseDocumentModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
IMailingList |
IBasePortalModule.getMailingList(IContext context,
String name,
int type)
Gets a mailing list by its name.
|
Collection<? extends IMailingList> |
IBasePortalModule.getMailingLists(IContext context)
Gets all mailing lists.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getManualTaskInstances(IContext context,
IVersion version)
Retrieves all the manual task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the manual task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesByStatus(IContext context,
int status)
Retrieves all the manual task instances for a status.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesModifiedSince(IContext context,
Date date)
Retrieves all the manual task instances modified since.
|
ITaskInstance |
IBaseDocumentModule.getOneTaskInstance(IContext context,
IVersion version)
Gets one of the task instances (any).
|
ITaskInstance |
IBaseWorkflowModule.getOneTaskInstance(IContext context,
IWorkflowInstance instance)
Gets one of the task instances (any).
|
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IContext context,
ICatalog catalog,
String name)
Retrieves a
IOperatorRole object by its system name. |
Collection<? extends IOperatorRole> |
IBaseWorkflowModule.getOperatorRoles(IContext context,
ICatalog catalog)
Retrieves a collection of
IOperatorRole objects within a specified catalog. |
IOrganization |
IBaseDirectoryModule.getOrganization(IContext context,
IOrganization parent,
String name)
Deprecated.
: use getOrganization(IContext, String) method instead.
|
IOrganization |
IBaseDirectoryModule.getOrganization(IContext context,
String name)
Retrieves an organization by its system name (the system name is unique on the server).
|
IOrganization |
IBaseDirectoryModule.getOrganizationByPathLabel(IContext context,
String path)
Retrieves an organization by its path.
|
Collection<? extends IOrganization> |
IBaseDirectoryModule.getOrganizations(IContext context)
Retrieves all the organizations.
|
Collection<? extends IOrganization> |
IBaseDirectoryModule.getOrganizations(IContext context,
IOrganization parent)
Retrieves the organizations of a specified
IOrganization object. |
IPageContainer |
IBaseSiteModule.getPageContainer(IContext context,
ISite site,
String name)
Gets a root
IPageContainer object by its name. |
IPageContainer |
IBaseSiteModule.getPageContainer(IContext context,
ITopic topic,
String name)
Gets a
IPageContainer object from a ITopic object by its name. |
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ISite site)
Gets all the pages from a site at a root level.
|
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ISite site,
boolean recursive) |
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ITopic parent)
Gets all the pages from the
ITopic object. |
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ITopic parent,
boolean recursive) |
ICategory |
IBaseLibraryModule.getParentCategory(IContext context,
ICategory category) |
IFolder |
IBaseLibraryModule.getParentFolder(IContext context,
IFile file) |
IFolder |
IBaseLibraryModule.getParentFolder(IContext context,
IFolder folder) |
Collection |
IBaseLibraryModule.getParentFolders(IContext context,
IFile file) |
Collection |
IBaseLibraryModule.getParentFolders(IContext context,
IFolder folder) |
Collection<IPlugin> |
IBaseSiteModule.getPlugins(IContext context,
ISite site)
Gets all the plugins from a site at root level.
|
Collection<IPlugin> |
IBaseSiteModule.getPlugins(IContext context,
ISite site,
boolean recursive) |
IPortlet |
IBasePortalModule.getPortlet(IContext context,
String name)
Gets a portlet by its name.
|
IProfile |
IBaseWorkflowModule.getProfile(IContext context,
IProtocolSupport link,
String name)
Retrieves a
IProfile object by its system name. |
Collection<? extends IProfile> |
IBaseWorkflowModule.getProfiles(IContext context,
IProtocolSupport link)
Retrieves a collection of
IProfile objects within a specified link. |
IProject |
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 projects
|
Collection<? extends IProject> |
IProjectModule.getProjects(IContext context,
IOrganization organization)
Get all projects of the organization
|
Collection<? extends IProperty> |
IBaseWorkflowModule.getProperties(IContext context,
IResourceDefinition resourceDefinition)
Gets all the properties of a specified definition.
|
Collection<? extends IProperty> |
IBaseDocumentModule.getProperties(IContext context,
IResourceDefinition resourceDefinition)
Gets all the properties of a specified definition.
|
Collection |
IBaseLibraryModule.getProperties(IContext context,
IResourceDefinition resourceDefinition) |
IProperty |
IBaseWorkflowModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseDocumentModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseLibraryModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name) |
IResourceDefinition |
IBaseWorkflowModule.getResourceDefinition(IContext context,
ICatalog catalog,
String name)
Retrieves a resource definition by specifying the
ICatalog and its system name. |
IResourceDefinition |
IBaseDocumentModule.getResourceDefinition(IContext context,
ICatalog catalog,
String name)
Retrieves a resource definition by specifying the
ICatalog and its system name. |
IResourceDefinition |
IBaseLibraryModule.getResourceDefinition(IContext context,
ILibrary library,
String name) |
IResourceDefinition |
IBaseSiteModule.getResourceDefinition(IContext context,
IPageContainer pageContainer,
String dataFormName) |
IResourceDefinition |
IBaseDirectoryModule.getResourceDefinition(IContext context,
String name)
Gets an extended attributes table
|
Collection<? extends IResourceDefinition> |
IBaseWorkflowModule.getResourceDefinitions(IContext context,
ICatalog catalog)
Retrieves all resource definitions by specifying the
ICatalog |
Collection<? extends IResourceDefinition> |
IBaseDocumentModule.getResourceDefinitions(IContext context,
ICatalog catalog)
Retrieves all resource definitions by specifying the
ICatalog |
Collection<IResourceDefinition> |
IBaseLibraryModule.getResourceDefinitions(IContext context,
ILibrary library) |
Collection<? extends IResource> |
IBaseWorkflowModule.getResources(IContext context,
ICatalog catalog)
Gets a collection of
IResource objects from a catalog |
Collection<? extends IResource> |
IBaseDocumentModule.getResources(IContext context,
ICatalog catalog)
Gets a collection of
IResource objects from a catalog |
Collection<? extends IResource> |
IBaseWorkflowModule.getResources(IContext context,
IResourceDefinition resourceDefinition)
Gets a collection of
IResource objects from a resource definition. |
Collection<? extends IResource> |
IBaseDocumentModule.getResources(IContext context,
IResourceDefinition resourceDefinition)
Gets a collection of
IResource objects from a resource definition. |
IRole |
IBaseWorkflowModule.getRole(IContext context,
ICatalog catalog,
String name)
Deprecated.
: use getRole or getProfile
|
IRole |
IBaseDocumentModule.getRole(IContext context,
ICatalog catalog,
String name)
Retrieves a
IRole object by its system name. |
Collection<? extends IRole> |
IBaseWorkflowModule.getRoles(IContext context,
ICatalog catalog)
Deprecated.
: use getRoles or getProfiles
|
Collection<? extends IRole> |
IBaseDocumentModule.getRoles(IContext context,
ICatalog catalog)
Retrieves a collection of
IRole objects within a specified catalog. |
ISite |
IBaseSiteModule.getSiteByName(IContext context,
String name)
Retrieves a site by its name.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getStartedTaskInstances(IContext context,
IVersion version)
Retrieves all the started task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getStartedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the started task instances of a workflow instance.
|
IForm |
IBaseWorkflowModule.getSubForm(IContext context,
IWorkflow workflow,
String formName)
Gets a sub form by its name.
|
IForm |
IBaseDocumentModule.getSubForm(IContext context,
IWorkflow workflow,
String formName)
Gets a sub form by its name.
|
IBaseLibraryModule.SubscriptionFrequency |
IBaseLibraryModule.getSubscriptionFrequency(IContext context,
ILibrary library)
Gets subscription frequency.
|
Collection<ILibrarySubscription> |
IBaseLibraryModule.getSubscriptions(IContext context,
ILibrary library,
boolean showElementInTrash)
get all subscriptions for a user and a library
|
IBlockTemplateContainer |
IBaseSiteModule.getSystemBlockTemplateContainer(IContext context,
String name) |
IProfile |
IBaseDirectoryModule.getSystemProfile(IContext context,
String name)
Retrieves a system
IProfile object by its system name. |
Collection<? extends IProfile> |
IBaseDirectoryModule.getSystemProfiles(IContext context)
Retrieves a collection of system
IProfile objects. |
ITask |
IBaseWorkflowModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object by its name. |
ITask |
IBaseDocumentModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object by its name. |
ITaskInstance |
IBaseDocumentModule.getTaskInstance(IContext context,
IVersion version,
String name)
Gets a task instance associated with a specified task name.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IContext context,
IWorkflowInstance instance,
String name)
Gets the started task instance associated with a specified task name.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version)
Retrieves all the task instances of a specified version.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version,
String name)
Retrieves all the task instances of a specified version filtered by the name of a
ITask . |
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the task instances of a specified workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance,
String name)
Retrieves all the task instances of a specified workflow instance filtered by the name of a
ITask . |
ITopic |
IBaseSiteModule.getTopic(IContext context,
ISite site,
String name)
Gets a root
ITopic object by its name. |
ITopic |
IBaseSiteModule.getTopic(IContext context,
ITopic parent,
String name)
Gets a
ITopic object by its name. |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ISite site)
Gets all the topics from a site at a root level.
|
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ISite site,
boolean recursive) |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ITopic parent)
Gets all the sub-topics from a parent
ITopic object. |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ITopic parent,
boolean recursive) |
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context)
Retrieves all the users.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context,
ILocalization localization)
Retrieves all the users of a specified localization.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context,
IOrganization organization)
Retrieves all the users of a specified organization.
|
Object |
IBaseLibraryModule.getValue(IContext context,
IFile file,
String propertyName) |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ICatalog catalog)
Gets all the versions of a specified
ICatalog object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ICatalog catalog,
String reference)
Gets all the versions with the same reference within a specified
ICatalog object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Gets all the versions with the same reference within a specified
IWorkflow object. |
Collection<IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ITask task)
Gets all the workflow instances of a specified
ITask object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
IWorkflow workflow)
Gets all the versions of a specified
IWorkflow object. |
IView |
IBaseWorkflowModule.getView(IContext context,
ICatalog catalog,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseWorkflowModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseDocumentModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseSiteModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName) |
IView |
IBaseWorkflowModule.getView(IContext context,
IWorkflowContainer workflowContainer,
String viewName)
Retrieves a view by its name.
|
IViewController |
IBaseWorkflowModule.getViewController(IContext context)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(IContext context)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IContext context,
Class natureClass)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(IContext context,
Class natureClass)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseDocumentModule.getViewController(IContext context,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(IContext context,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IContext context,
IProject project,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
ICatalog catalog)
Retrieves all the views associated with the catalog.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IResourceDefinition resourceDefinition)
Retrieves all the views associated with the resource definition.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IWorkflowContainer workflowContainer)
Retrieves all the views associated with the workflow container.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
ICatalog catalog,
String name)
Retrieves a workflow within a
IWorkflow object and from its system name. |
IWorkflow |
IBaseDocumentModule.getWorkflow(IContext context,
ICatalog catalog,
String name)
Retrieves a workflow within a
IWorkflow object and from its system name. |
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
String name)
Deprecated.
: use getWorkflow( IContext context, ICatalog catalog, String name )
|
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Retrieves a
IWorkflowContainer within a ICatalog by its system name |
IWorkflowContainer |
IBaseDocumentModule.getWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Retrieves a
IWorkflowContainer within a ICatalog by its system name |
Collection<? extends IWorkflowContainer> |
IBaseWorkflowModule.getWorkflowContainers(IContext context,
ICatalog catalog)
Retrieves a collection of
IWorkflowContainer objects within a ICatalog object. |
Collection<? extends IWorkflowContainer> |
IBaseDocumentModule.getWorkflowContainers(IContext context,
ICatalog catalog)
Retrieves a collection of
IWorkflowContainer objects within a ICatalog object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ICatalog catalog)
Gets all the workflow instances of a specified
ICatalog object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ICatalog catalog,
String reference)
Gets all the workflow instances with the same reference within a specified
ICatalog object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ITask task)
Gets all the workflow instances of a specified
ITask object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow)
Gets all the workflow instances of a specified
IWorkflow object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow,
String reference)
Gets all the workflow instances with the same reference within a specified
IWorkflow object. |
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
ICatalog catalog)
|
Collection<? extends IWorkflow> |
IBaseDocumentModule.getWorkflows(IContext context,
ICatalog catalog)
|
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
IWorkflowContainer container)
Retrieves a collection of
IWorkflow objects within a IWorkflowContainer object. |
Collection<? extends IWorkflow> |
IBaseDocumentModule.getWorkflows(IContext context,
IWorkflowContainer container)
Retrieves a collection of
IWorkflow objects within a IWorkflowContainer object. |
boolean |
IBaseWorkflowModule.hasDiscussionThread(IContext context,
IWorkflowInstance iWorkflowInstance)
Allows knowing if an IWorkflowInstance has a discussion thread or not
|
boolean |
IBaseLibraryModule.isCheckedOut(IContext context,
IFile file) |
boolean |
IWorkflowModule.isLockBySDK(IContext context,
IWorkflowInstance workflowInstance)
Checks if a specified workflow instance is locked by the SDK
|
boolean |
IWorkflowModule.isLocked(IContext context,
IWorkflowInstance workflowInstance)
Checks if a specified workflow instance is locked
|
IDesignForm |
IProjectModule.loadDesignForm(IContext context,
IStorageKey storageKey) |
IDesignWorkflow |
IProjectModule.loadDesignWorkflow(IContext context,
IStorageKey storageKey) |
void |
IWorkflowModule.lock(IContext context,
IWorkflowInstance workflowInstance,
int delay)
Allows to lock workflow instance.
|
Collection<IUser> |
IWorkflowModule.lockedBy(IContext context,
IWorkflowInstance workflowInstance)
Retrieve the users who locked the workflow instance.
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
IFolder destFolder,
boolean bOverwrite)
Allows to move a specified
IFile underneath a destination folder. |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
ILibrary destLibrary,
boolean bOverwrite)
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
IFolder destFolder)
Allows to move a specified
IFolder underneath a destination folder. |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
ILibrary destLibrary)
|
void |
IBaseSiteModule.reject(IContext context,
IContentContainer contentContainer,
String comment)
Rejects an approval request.
|
void |
IBaseWorkflowModule.remind(IContext context,
ITaskInstance taskInstance,
String comment)
Allows to remind current operators of a specified task instance.
|
void |
IBaseDocumentModule.remind(IContext context,
ITaskInstance taskInstance,
String comment)
Allows to remind current operators of a specified task instance.
|
void |
IBaseDocumentModule.remind(IContext context,
IVersion version,
String comment)
Allows to remind current operators of a version.
|
void |
IBaseWorkflowModule.remind(IContext context,
IWorkflowInstance instance,
String comment)
Allows to remind current operators of a workflow instance.
|
void |
IBaseSiteModule.requestApproval(IContext context,
IContentContainer contentContainer,
String comment)
Requests an approval of the content.
|
void |
IBaseSiteModule.save(IContext context,
IElement element)
Saves or updates an element.
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.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.
|
void |
IBaseDocumentModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection entries,
String subject,
String content)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.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.
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection entries,
String subject,
String content)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
void |
IBaseWorkflowModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
void |
IBaseDocumentModule.send(IContext context,
IVersion version,
String formName,
Collection entries)
Allows to send a mail with a specific form to a mail recipient.
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflowInstance workflowInstance,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IWorkflow workflow,
IResource resource,
String formName,
Collection entries)
Allows to send a mail.
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
IResource resource,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IWorkflow workflow,
String formName,
Collection entries)
Allows to send a mail.
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
IDynamicLocalizationsWrapper |
IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context,
IDynamicLocalizationsWrapper dynamicLocalizationsWrapper,
ICatalog catalog,
String language,
String message)
Creates a dynamicLocalizationsWrapper object by specifying the parent
ICatalog object. |
void |
IBaseLibraryModule.setSubscriptionFrequency(IContext context,
ILibrary library,
IBaseLibraryModule.SubscriptionFrequency frequency)
Sets subscription frequency.
|
void |
IBaseLibraryModule.setSubscriptionRecursive(IContext context,
ILibrary library,
ILibraryElement libraryElement)
toggle subsription recursive flag
|
void |
IBaseLibraryModule.setValue(IContext context,
IFile file,
String propertyName,
Object value) |
void |
IBaseLibraryModule.subscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Subscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
void |
IBaseLibraryModule.undoCheckOut(IContext context,
IFile file) |
void |
IWorkflowModule.unlock(IContext context,
IWorkflowInstance workflowInstance)
Allows to unlock workflow instance.
|
void |
IBaseLibraryModule.unsubscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Unsubscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
void |
IBaseWorkflowModule.updateDiscussionMessage(IContext context,
IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage,
String content,
Collection<IAttachment> attachments)
Update content and/or attachments of a message.
|
Modifier and Type | Method and Description |
---|---|
protected IContext |
BaseNavigation.getLoggedOnContext() |
Modifier and Type | Method and Description |
---|---|
protected IContext |
BaseContentProvider.getLoggedOnContext() |
IContext |
BaseSectionProvider.getLoggedOnContext() |
IContext |
BaseSheetProvider.getLoggedOnContext() |
IContext |
BaseGroupProvider.getLoggedOnContext() |
IContext |
BaseWizardProvider.getLoggedOnContext() |
IContext |
BaseBrowsableViewProvider.getLoggedOnContext() |
IContext |
BaseViewProvider.getLoggedOnContext() |
protected IContext |
BaseFormProvider.getLoggedOnContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
IncludedView.evaluate(IWorkflowModule workflowModule,
IContext context,
Collection instances) |
Modifier and Type | Method and Description |
---|---|
void |
IDeletionSupport.delete(IContext context)
Deletes the
IElement object. |
boolean |
ILockSupport.isLockBySDK(IContext context)
Is resource SDK by lock
|
boolean |
ILockSupport.isLockBySDK(IContext context,
boolean cleanSessionLock)
Is resource SDK by lock ( try to unlock resource before).
|
boolean |
ILockSupport.isLocked(IContext context)
Is resource locked
|
boolean |
ILockSupport.isLocked(IContext context,
boolean cleanSessionLock)
Is resource locked ( try to unlock resource before ).
|
void |
ILockSupport.lock(IContext context,
int delay)
Lock a resource
|
Collection<IUser> |
ILockSupport.lockedBy(IContext context)
Retrieve the users who locked the resource.
|
Collection<IUser> |
ILockSupport.lockedBy(IContext context,
boolean cleanSessionLock)
Retrieve the users who locked the resource ( try to unlock resource before).
|
void |
ILockSupport.unlock(IContext context)
Unlock a resource
|
Modifier and Type | Method and Description |
---|---|
protected IContext |
BaseTrigger.getContext()
returns trigger context
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTrigger.fireEvent(IContext context,
T object,
String event,
Element configuration,
Serializable[] parameters) |
Copyright © 2022 Visiativ. All rights reserved.