Package | Description |
---|---|
com.axemble.vdoc.sdk.agent.base | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.ui.designer | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
protected IReport |
BaseAgent.getReport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IReport |
IDelegationController.delegateOperatorRoles(ICatalog catalog,
Collection<? extends IOperatorRole> roles,
IUser user,
IUser substituteUser)
Allow to replace a user for the operator roles
|
IReport |
IDelegationController.delegateProfiles(ICatalog catalog,
Collection<? extends IProfile> profiles,
IUser user,
IUser substituteUser)
Allow to replace a user for the profiles
|
IReport |
IDelegationController.delegateResources(ICatalog catalog,
Collection<? extends IOperatorRole> roles,
Collection<? extends IWorkflowInstance> resources,
IUser user,
IUser substituteUser)
Allow to replace a user for a specified set of workflow instances
|
IReport |
IDelegationController.delegateRoles(ICatalog catalog,
Collection<? extends IRole> roles,
Collection<? extends IWorkflowInstance> resources,
IUser user,
IUser substituteUser)
Deprecated.
: use delegateOperatorRoles or delegateProfiles
|
IReport |
IAgentProcessingContext.getReport() |
Modifier and Type | Method and Description |
---|---|
void |
IReport.addReport(IReport reportCollector)
Adds a report.
|
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.
|
IReport |
ICompilationSupport.merge(IContext context,
boolean validate)
Merges information on an existing design element.
|
Modifier and Type | Method and Description |
---|---|
IReport |
IModule.beginTransaction()
Starts a new transaction or use the current one.
|
IReport |
IModule.beginTransaction(Object object)
Deprecated.
use beginTransaction() method without parameter instead.
|
IReport |
IProjectModule.compile(IContext context,
IDesignForm designForm,
boolean validate) |
IReport |
IProjectModule.compile(IContext context,
IDesignWorkflow designWorkflow,
boolean validate) |
IReport |
IBasePortalModule.executeTask(Class<?> extensionClass,
Map<String,String> parameters)
Execute a BaseTaskExtension
|
Copyright © 2022 Visiativ. All rights reserved.