Package org.dspace.scripts.factory
Class ScriptServiceFactory
java.lang.Object
org.dspace.scripts.factory.ScriptServiceFactory
- Direct Known Subclasses:
ScriptServiceFactoryImpl
Abstract factory to get services for the Script workload, use ScriptServiceFactory.getInstance() to retrieve an
implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptServiceFactoryUse this method to retrieve an implementation of the ScriptServiceFactory to use to retrieve the different beansabstract ProcessServiceThis method will return an instance of the ProcessServiceabstract ScriptServiceThis method will return an instance of the ScriptService
-
Constructor Details
-
ScriptServiceFactory
public ScriptServiceFactory()
-
-
Method Details
-
getScriptService
This method will return an instance of the ScriptService- Returns:
- An instance of the ScriptService
-
getProcessService
This method will return an instance of the ProcessService- Returns:
- An instance of the ProcessService
-
getInstance
Use this method to retrieve an implementation of the ScriptServiceFactory to use to retrieve the different beans- Returns:
- An implementation of the ScriptServiceFactory
-