Uses of Interface
com.axemble.vdoc.sdk.interfaces.IReport
Package
Description
-
Uses of IReport in com.axemble.vdoc.sdk.agent.base
-
Uses of IReport in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionCoreModule.beginTransaction()
CoreModule.beginTransaction
(Object currentObject) DirectoryModuleImpl.beginTransaction()
DirectoryModuleImpl.beginTransaction
(Object currentObject) EzsSiteModule.beginTransaction()
EzsSiteModule.beginTransaction
(Object currentObject) PortalLibraryModule.beginTransaction()
PortalLibraryModule.beginTransaction
(Object currentObject) PortalModuleImpl.JDOPortalModule.beginTransaction()
PortalModuleImpl.JDOPortalModule.beginTransaction
(Object object) Deprecated.ProjectModuleImpl.compile
(IContext context, IDesignForm designForm, boolean validate) ProjectModuleImpl.compile
(IContext context, IDesignWorkflow designWorkflow, boolean validate) ProcessDelegationController.delegateOperatorRoles
(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) ProcessDelegationController.delegateProfiles
(ICatalog catalog, Collection<? extends IProfile> profiles, IUser user, IUser substituteUser) ProcessDelegationController.delegateResources
(ICatalog catalog, Collection<? extends IOperatorRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) ProcessDelegationController.delegateRoles
(ICatalog catalog, Collection<? extends IRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) PortalModuleImpl.executeTask
(Class<?> extensionClass, Map<String, String> parameters) -
Uses of IReport in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionIDelegationController.delegateOperatorRoles
(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) Allow to replace a user for the operator rolesIDelegationController.delegateProfiles
(ICatalog catalog, Collection<? extends IProfile> profiles, IUser user, IUser substituteUser) Allow to replace a user for the profilesIDelegationController.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 instancesIDelegationController.delegateRoles
(ICatalog catalog, Collection<? extends IRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) Deprecated.: use delegateOperatorRoles or delegateProfilesIAgentProcessingContext.getReport()
-
Uses of IReport in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier 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.Merges information on an existing design element. -
Uses of IReport in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIModule.beginTransaction()
Starts a new transaction or use the current one.IModule.beginTransaction
(Object object) Deprecated.use beginTransaction() method without parameter instead.IProjectModule.compile
(IContext context, IDesignForm designForm, boolean validate) IProjectModule.compile
(IContext context, IDesignWorkflow designWorkflow, boolean validate) IBasePortalModule.executeTask
(Class<?> extensionClass, Map<String, String> parameters) Execute a BaseTaskExtension