Package org.dspace.content.factory
Class ContentServiceFactoryImpl
- java.lang.Object
-
- org.dspace.content.factory.ContentServiceFactory
-
- org.dspace.content.factory.ContentServiceFactoryImpl
-
public class ContentServiceFactoryImpl extends ContentServiceFactory
Factory implementation to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description ContentServiceFactoryImpl()
-
Method Summary
-
Methods inherited from class org.dspace.content.factory.ContentServiceFactory
getDSpaceLegacyObjectService, getDSpaceObjectService, getDSpaceObjectService, getInProgressSubmissionService, getInstance
-
-
-
-
Method Detail
-
getDSpaceObjectServices
public List<DSpaceObjectService<? extends DSpaceObject>> getDSpaceObjectServices()
- Specified by:
getDSpaceObjectServicesin classContentServiceFactory
-
getDSpaceObjectLegacySupportServices
public List<DSpaceObjectLegacySupportService<? extends DSpaceObject>> getDSpaceObjectLegacySupportServices()
- Specified by:
getDSpaceObjectLegacySupportServicesin classContentServiceFactory
-
getBitstreamFormatService
public BitstreamFormatService getBitstreamFormatService()
- Specified by:
getBitstreamFormatServicein classContentServiceFactory
-
getBitstreamService
public BitstreamService getBitstreamService()
- Specified by:
getBitstreamServicein classContentServiceFactory
-
getBundleService
public BundleService getBundleService()
- Specified by:
getBundleServicein classContentServiceFactory
-
getCollectionService
public CollectionService getCollectionService()
- Specified by:
getCollectionServicein classContentServiceFactory
-
getCommunityService
public CommunityService getCommunityService()
- Specified by:
getCommunityServicein classContentServiceFactory
-
getItemService
public ItemService getItemService()
- Specified by:
getItemServicein classContentServiceFactory
-
getMetadataSchemaService
public MetadataSchemaService getMetadataSchemaService()
- Specified by:
getMetadataSchemaServicein classContentServiceFactory
-
getMetadataFieldService
public MetadataFieldService getMetadataFieldService()
- Specified by:
getMetadataFieldServicein classContentServiceFactory
-
getMetadataValueService
public MetadataValueService getMetadataValueService()
- Specified by:
getMetadataValueServicein classContentServiceFactory
-
getWorkspaceItemService
public WorkspaceItemService getWorkspaceItemService()
- Specified by:
getWorkspaceItemServicein classContentServiceFactory
-
getInstallItemService
public InstallItemService getInstallItemService()
- Specified by:
getInstallItemServicein classContentServiceFactory
-
getSupervisedItemService
public SupervisedItemService getSupervisedItemService()
- Specified by:
getSupervisedItemServicein classContentServiceFactory
-
getSiteService
public SiteService getSiteService()
- Specified by:
getSiteServicein classContentServiceFactory
-
getRelationshipTypeService
public RelationshipTypeService getRelationshipTypeService()
Description copied from class:ContentServiceFactoryReturn the implementation of the RelationshipTypeService interface- Specified by:
getRelationshipTypeServicein classContentServiceFactory- Returns:
- the RelationshipTypeService
-
getRelationshipService
public RelationshipService getRelationshipService()
Description copied from class:ContentServiceFactoryReturn the implementation of the RelationshipService interface- Specified by:
getRelationshipServicein classContentServiceFactory- Returns:
- the RelationshipService
-
getEntityTypeService
public EntityTypeService getEntityTypeService()
Description copied from class:ContentServiceFactoryReturn the implementation of the EntityTypeService interface- Specified by:
getEntityTypeServicein classContentServiceFactory- Returns:
- the EntityTypeService
-
getEntityService
public EntityService getEntityService()
Description copied from class:ContentServiceFactoryReturn the implementation of the EntityService interface- Specified by:
getEntityServicein classContentServiceFactory- Returns:
- the EntityService
-
getRelationshipMetadataService
public RelationshipMetadataService getRelationshipMetadataService()
- Specified by:
getRelationshipMetadataServicein classContentServiceFactory
-
-