public abstract class AbstractManager extends Object implements Session
Constructor and Description |
---|
AbstractManager() |
public void insert(DbEntity dbEntity)
public void delete(DbEntity dbEntity)
protected DbEntityManager getDbEntityManager()
protected DbSqlSession getDbSqlSession()
protected <T> T getSession(Class<T> sessionClass)
protected DeploymentManager getDeploymentManager()
protected ResourceManager getResourceManager()
protected ByteArrayManager getByteArrayManager()
protected ProcessDefinitionManager getProcessDefinitionManager()
protected CaseDefinitionManager getCaseDefinitionManager()
protected CaseExecutionManager getCaseInstanceManager()
protected CaseExecutionManager getCaseExecutionManager()
protected ExecutionManager getProcessInstanceManager()
protected TaskManager getTaskManager()
protected IdentityLinkManager getIdentityLinkManager()
protected VariableInstanceManager getVariableInstanceManager()
protected HistoricProcessInstanceManager getHistoricProcessInstanceManager()
protected HistoricCaseInstanceManager getHistoricCaseInstanceManager()
protected HistoricDetailManager getHistoricDetailManager()
protected HistoricVariableInstanceManager getHistoricVariableInstanceManager()
protected HistoricActivityInstanceManager getHistoricActivityInstanceManager()
protected HistoricCaseActivityInstanceManager getHistoricCaseActivityInstanceManager()
protected HistoricTaskInstanceManager getHistoricTaskInstanceManager()
protected HistoricIncidentManager getHistoricIncidentManager()
protected HistoricJobLogManager getHistoricJobLogManager()
protected JobManager getJobManager()
protected JobDefinitionManager getJobDefinitionManager()
protected UserOperationLogManager getUserOperationLogManager()
protected EventSubscriptionManager getEventSubscriptionManager()
protected IdentityInfoManager getIdentityInfoManager()
protected AttachmentManager getAttachmentManager()
protected CommandContext getCommandContext()
protected AuthorizationManager getAuthorizationManager()
protected void configureQuery(AbstractQuery<?,?> query, Resource resource)
protected void checkAuthorization(Permission permission, Resource resource, String resourceId)
protected boolean isAuthorizationEnabled()
protected Authentication getCurrentAuthentication()
protected ResourceAuthorizationProvider getResourceAuthorizationProvider()
public void saveDefaultAuthorizations(AuthorizationEntity[] authorizations)
public void deleteDefaultAuthorizations(AuthorizationEntity[] authorizations)
Copyright © 2018. All rights reserved.