public class PersonFactory extends ModifiableContentFactory
ContentFactory for handling Person.| Modifier and Type | Field and Description |
|---|---|
private ExportCDMfrManager |
_exportCDMfrManager |
private ExternalizableMetadataProviderExtensionPoint |
_extMetadataProviderEP |
private RootOrgUnitProvider |
_rootOrgUnitProvider |
static String |
PERSON_CONTENT_TYPE
Person content type |
static String |
PERSON_NODETYPE
Person nodetype for resources collection |
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme| Constructor and Description |
|---|
PersonFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ExportCDMfrManager |
_getExportCDMfrManager() |
(package private) String |
_getRootOrgUnitRNE() |
(package private) Set<String> |
_getSynchronizedMetadata(Person person) |
Person |
getAmetysObject(Node node,
String parentPath)
Creates a
AmetysObject from a persistent JCR node. |
void |
service(ServiceManager manager) |
createChild, getChild, getChildren, hasChildgetCurrentUser, getWorkspaceNodeconfigure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForIdenableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic static final String PERSON_NODETYPE
Person nodetype for resources collectionpublic static final String PERSON_CONTENT_TYPE
Person content typeprivate RootOrgUnitProvider _rootOrgUnitProvider
private ExportCDMfrManager _exportCDMfrManager
private ExternalizableMetadataProviderExtensionPoint _extMetadataProviderEP
public PersonFactory()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class ModifiableContentFactoryServiceExceptionpublic Person getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
JCRAmetysObjectFactoryAmetysObject from a persistent JCR node.getAmetysObject in interface JCRAmetysObjectFactory<SimpleAmetysObject>getAmetysObject in class ModifiableContentFactorynode - the JCR node to use.parentPath - the parent Path in the Ametys hierarchy,
may be null if not known yet.AmetysRepositoryException - if an error occurs.String _getRootOrgUnitRNE()
ExportCDMfrManager _getExportCDMfrManager()
Set<String> _getSynchronizedMetadata(Person person)