|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.WorkflowsInfo
public class WorkflowsInfo
Bean that contains the result for a workflows query.
Constructor Summary | |
---|---|
WorkflowsInfo(List<WorkflowJobBean> workflows,
int start,
int len,
int total)
Create a workflows info bean. |
Method Summary | |
---|---|
int |
getLen()
Return the number of the workflows being returned. |
int |
getStart()
Return the offset of the workflows being returned. |
int |
getTotal()
Return the total number of workflows. |
List<WorkflowJobBean> |
getWorkflows()
Return the workflows being returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowsInfo(List<WorkflowJobBean> workflows, int start, int len, int total)
workflows
- workflows being returned.start
- workflows offset.len
- number of workflows.total
- total workflows.Method Detail |
---|
public List<WorkflowJobBean> getWorkflows()
public int getStart()
public int getLen()
public int getTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |