Uses of Interface
com.axemble.vdoc.sdk.interfaces.IReport
Packages that use IReport
Package
Description
-
Uses of IReport in com.axemble.vdoc.sdk.agent.base
Methods in com.axemble.vdoc.sdk.agent.base that return IReport -
Uses of IReport in com.axemble.vdoc.sdk.impl
Fields in com.axemble.vdoc.sdk.impl declared as IReportMethods in com.axemble.vdoc.sdk.impl that return IReportModifier 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
Methods in com.axemble.vdoc.sdk.interfaces that return IReportModifier 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()
Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IReport -
Uses of IReport in com.axemble.vdoc.sdk.interfaces.ui.designer
Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IReportModifier 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
Methods in com.axemble.vdoc.sdk.modules that return IReportModifier 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