public abstract class SystemNodeUtils extends Object
| Constructor and Description |
|---|
SystemNodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Pair<NodeRef,Boolean> |
getOrCreateSystemChildContainer(QName childName,
NodeService nodeService,
Repository repositoryHelper)
Returns the NodeRef of a given Child Container within the current Tenant's System Container,
creating the Container as System if required.
|
static NodeRef |
getSystemChildContainer(QName childName,
NodeService nodeService,
Repository repositoryHelper)
Returns the NodeRef of a given Child Container within the current Tenant's
System Container, if found
|
static NodeRef |
getSystemContainer(NodeService nodeService,
Repository repositoryHelper)
Returns the System Container for the current tenant
|
public static NodeRef getSystemContainer(NodeService nodeService, Repository repositoryHelper)
public static NodeRef getSystemChildContainer(QName childName, NodeService nodeService, Repository repositoryHelper)
public static Pair<NodeRef,Boolean> getOrCreateSystemChildContainer(QName childName, NodeService nodeService, Repository repositoryHelper)
Copyright © 2005–2021 Alfresco Software. All rights reserved.