Package org.ametys.odf.orgunit
Class OrgUnitFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class OrgUnitFactory extends ModifiableContentFactory
ContentFactoryfor handlingOrgUnit
-
-
Field Summary
Fields Modifier and Type Field Description private ExportCDMfrManager_exportCDMfrManagerprivate ExternalizableMetadataProviderExtensionPoint_extMetadataProviderEPprivate RootOrgUnitProvider_rootOrgUnitProviderstatic StringODF_ORGUNIT_ROOT_NODEThe root OrgUnit node namestatic StringORGUNIT_CONTENT_TYPEOrgUnitcontent typestatic StringORGUNIT_NODETYPEOrgUnitnodetype for resources collection-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description OrgUnitFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ExportCDMfrManager_getExportCDMfrManager()(package private) String_getRootOrgUnitUAI()(package private) Set<String>_getSynchronizedMetadata(OrgUnit orgunit)OrgUnitgetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.cms.repository.ContentFactory
_getContentTypeExtensionPoint, createChild, getChild, getChildren, 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
-
ORGUNIT_NODETYPE
public static final String ORGUNIT_NODETYPE
OrgUnitnodetype for resources collection- See Also:
- Constant Field Values
-
ORGUNIT_CONTENT_TYPE
public static final String ORGUNIT_CONTENT_TYPE
OrgUnitcontent type- See Also:
- Constant Field Values
-
ODF_ORGUNIT_ROOT_NODE
public static final String ODF_ORGUNIT_ROOT_NODE
The root OrgUnit node name- See Also:
- Constant Field Values
-
_rootOrgUnitProvider
private RootOrgUnitProvider _rootOrgUnitProvider
-
_exportCDMfrManager
private ExportCDMfrManager _exportCDMfrManager
-
_extMetadataProviderEP
private ExternalizableMetadataProviderExtensionPoint _extMetadataProviderEP
-
-
Constructor Detail
-
OrgUnitFactory
public OrgUnitFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classModifiableContentFactory- Throws:
ServiceException
-
getAmetysObject
public OrgUnit 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.
-
_getRootOrgUnitUAI
String _getRootOrgUnitUAI()
-
_getExportCDMfrManager
ExportCDMfrManager _getExportCDMfrManager()
-
_getSynchronizedMetadata
Set<String> _getSynchronizedMetadata(OrgUnit orgunit)
-
-