Class ReadFileHookAdapter
java.lang.Object
com.suncode.pwfl.workflow.support.ReadFileHookAdapter
- All Implemented Interfaces:
ReadFileHook
,org.springframework.core.Ordered
@Api
public abstract class ReadFileHookAdapter
extends Object
implements ReadFileHook, org.springframework.core.Ordered
- Author:
- mgrzebski 2020-06-08
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.suncode.pwfl.workflow.support.ReadFileHook
execute
-
Constructor Details
-
ReadFileHookAdapter
public ReadFileHookAdapter()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-