Class AbstractListHandler<T>
java.lang.Object
de.seitenbau.ozghub.prozessdeployment.handler.DefaultHandler
de.seitenbau.ozghub.prozessdeployment.handler.AbstractListHandler<T>
- Direct Known Subclasses:
ListFormsHandler,ListProcessesHandler,ListScheduledUndeploymentsOzgHandler
-
Field Summary
Fields inherited from class de.seitenbau.ozghub.prozessdeployment.handler.DefaultHandler
environment -
Constructor Summary
ConstructorsConstructorDescriptionAbstractListHandler(Environment environment, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String apiPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatDate(Date deploymentDate) protected TgetList()protected abstract voidwriteLogEntries(T list)
-
Constructor Details
-
AbstractListHandler
public AbstractListHandler(Environment environment, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String apiPath)
-
-
Method Details
-
formatDate
-
getHeaderParameters
-
list
-
writeLogEntries
- Throws:
IOException
-
getList
- Throws:
IOException
-