|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.repository2.unified.lifecycle.AbstractBackingRepositoryLifecycleManager
org.pentaho.platform.repository2.unified.lifecycle.DefaultBackingRepositoryLifecycleManager
public class DefaultBackingRepositoryLifecycleManager
Default IBackingRepositoryLifecycleManager implementation.
Note: You must be careful when changing, overriding, or substituting this class. The configuration of
DefaultPentahoJackrabbitAccessControlHelper depends on the behavior of this class.
| Constructor Summary | |
|---|---|
DefaultBackingRepositoryLifecycleManager(IRepositoryFileDao contentDao,
IRepositoryFileAclDao repositoryFileAclDao,
org.springframework.transaction.support.TransactionTemplate txnTemplate,
String repositoryAdminUsername,
String tenantAuthenticatedAuthorityNamePattern,
String singleTenantAuthenticatedAuthorityName)
|
|
| Method Summary | |
|---|---|
void |
doNewTenant(String tenantId)
|
void |
doNewUser(String tenantId,
String username)
|
void |
doShutdown()
|
void |
doStartup()
|
| Methods inherited from class org.pentaho.platform.repository2.unified.lifecycle.AbstractBackingRepositoryLifecycleManager |
|---|
clearHasRun, newTenant, newTenant, newUser, newUser, shutdown, startup |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBackingRepositoryLifecycleManager(IRepositoryFileDao contentDao,
IRepositoryFileAclDao repositoryFileAclDao,
org.springframework.transaction.support.TransactionTemplate txnTemplate,
String repositoryAdminUsername,
String tenantAuthenticatedAuthorityNamePattern,
String singleTenantAuthenticatedAuthorityName)
| Method Detail |
|---|
public void doNewTenant(String tenantId)
public void doNewUser(String tenantId,
String username)
public void doShutdown()
public void doStartup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||