Package org.dspace.scripts.factory.impl
Class ScriptServiceFactoryImpl
java.lang.Object
org.dspace.scripts.factory.ScriptServiceFactory
org.dspace.scripts.factory.impl.ScriptServiceFactoryImpl
The implementation for the
ScriptServiceFactory-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method will return an instance of the ProcessServiceThis method will return an instance of the ScriptServiceMethods inherited from class org.dspace.scripts.factory.ScriptServiceFactory
getInstance
-
Constructor Details
-
ScriptServiceFactoryImpl
public ScriptServiceFactoryImpl()
-
-
Method Details
-
getScriptService
Description copied from class:ScriptServiceFactoryThis method will return an instance of the ScriptService- Specified by:
getScriptServicein classScriptServiceFactory- Returns:
- An instance of the ScriptService
-
getProcessService
Description copied from class:ScriptServiceFactoryThis method will return an instance of the ProcessService- Specified by:
getProcessServicein classScriptServiceFactory- Returns:
- An instance of the ProcessService
-