Class DownloadFileHookAdapter
java.lang.Object
com.suncode.pwfl.workflow.support.DownloadFileHookAdapter
- All Implemented Interfaces:
DownloadFileHook,org.springframework.core.Ordered
@Api
public abstract class DownloadFileHookAdapter
extends Object
implements DownloadFileHook, org.springframework.core.Ordered
-
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, waitMethods inherited from interface com.suncode.pwfl.workflow.support.DownloadFileHook
execute
-
Constructor Details
-
DownloadFileHookAdapter
public DownloadFileHookAdapter()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-