public class FlowStatusResource extends com.linkedin.restli.server.resources.ComplexKeyResourceTemplate<FlowStatusId,com.linkedin.restli.common.EmptyRecord,FlowStatus>
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_SEPARATOR |
| Constructor and Description |
|---|
FlowStatusResource() |
| Modifier and Type | Method and Description |
|---|---|
FlowStatus |
get(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
Retrieve the FlowStatus with the given key
|
List<FlowStatus> |
getLatestFlowStatus(com.linkedin.restli.server.PagingContext context,
FlowId flowId,
Integer count,
String tag) |
batchCreate, batchDelete, batchGet, batchUpdate, batchUpdate, create, delete, getAll, update, updategetContext, setContextpublic static final String MESSAGE_SEPARATOR
public FlowStatus get(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
get in interface com.linkedin.restli.server.resources.CollectionResource<com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord>,FlowStatus>get in class com.linkedin.restli.server.resources.ComplexKeyResourceTemplate<FlowStatusId,com.linkedin.restli.common.EmptyRecord,FlowStatus>key - flow status id key containing group name and flow nameFlowStatus with flow status for the latest execution of the flowpublic List<FlowStatus> getLatestFlowStatus(com.linkedin.restli.server.PagingContext context, FlowId flowId, Integer count, String tag)