Package org.dspace.scripts.factory.impl
Class ScriptServiceFactoryImpl
- java.lang.Object
-
- org.dspace.scripts.factory.ScriptServiceFactory
-
- org.dspace.scripts.factory.impl.ScriptServiceFactoryImpl
-
public class ScriptServiceFactoryImpl extends ScriptServiceFactory
The implementation for theScriptServiceFactory
-
-
Constructor Summary
Constructors Constructor Description ScriptServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessServicegetProcessService()This method will return an instance of the ProcessServiceScriptServicegetScriptService()This method will return an instance of the ScriptService-
Methods inherited from class org.dspace.scripts.factory.ScriptServiceFactory
getInstance
-
-
-
-
Method Detail
-
getScriptService
public ScriptService 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
public ProcessService getProcessService()
Description copied from class:ScriptServiceFactoryThis method will return an instance of the ProcessService- Specified by:
getProcessServicein classScriptServiceFactory- Returns:
- An instance of the ProcessService
-
-