Package org.ametys.odf.person
Class PersonFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class PersonFactory extends ModifiableContentFactory
ContentFactoryfor handlingPerson.
-
-
Field Summary
Fields Modifier and Type Field Description private ExportCDMfrManager_exportCDMfrManagerprivate ExternalizableMetadataProviderExtensionPoint_extMetadataProviderEPprivate RootOrgUnitProvider_rootOrgUnitProviderstatic StringPERSON_CONTENT_TYPEPersoncontent typestatic StringPERSON_NODETYPEPersonnodetype for resources collection-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description PersonFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ExportCDMfrManager_getExportCDMfrManager()(package private) String_getRootOrgUnitRNE()(package private) Set<String>_getSynchronizedMetadata(Person person)PersongetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.cms.repository.ContentFactory
createChild, getChild, getChildren, getContentDataHelper, getContentHelper, getContentSaxer, hasChild
-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode
-
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForId
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
PERSON_NODETYPE
public static final String PERSON_NODETYPE
Personnodetype for resources collection- See Also:
- Constant Field Values
-
PERSON_CONTENT_TYPE
public static final String PERSON_CONTENT_TYPE
Personcontent type- See Also:
- Constant Field Values
-
_rootOrgUnitProvider
private RootOrgUnitProvider _rootOrgUnitProvider
-
_exportCDMfrManager
private ExportCDMfrManager _exportCDMfrManager
-
_extMetadataProviderEP
private ExternalizableMetadataProviderExtensionPoint _extMetadataProviderEP
-
-
Constructor Detail
-
PersonFactory
public PersonFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classModifiableContentFactory- Throws:
ServiceException
-
getAmetysObject
public Person getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classModifiableContentFactory- Parameters:
node- the JCR node to use.parentPath- the parent Path in the Ametys hierarchy, may benullif not known yet.- Returns:
- the object.
- Throws:
AmetysRepositoryException- if an error occurs.
-
_getRootOrgUnitRNE
String _getRootOrgUnitRNE()
-
_getExportCDMfrManager
ExportCDMfrManager _getExportCDMfrManager()
-
_getSynchronizedMetadata
Set<String> _getSynchronizedMetadata(Person person)
-
-