Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt
Class CaseObjectsList

java.lang.Object
  extended by oracle.bpm.casemgmt.CaseObjectsList
All Implemented Interfaces:
java.io.Serializable

public class CaseObjectsList
extends java.lang.Object
implements java.io.Serializable

Contains 0 or more Case Objects.

See Also:
Serialized Form

Field Summary
static int DEFAULT_PAGE_SIZE
           
 
Constructor Summary
CaseObjectsList(int totalNumberOfCaseObjects, int pageSize, int totalNumberOfPages, int pageNumber, java.util.List caseObjects)
           
 
Method Summary
 java.util.List getCaseObjects()
           
 int getPageNumber()
           
 int getPageSize()
           
 int getTotalNumberOfCaseObjects()
           
 int getTotalNumberOfPages()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PAGE_SIZE

public static final int DEFAULT_PAGE_SIZE
See Also:
Constant Field Values
Constructor Detail

CaseObjectsList

public CaseObjectsList(int totalNumberOfCaseObjects,
                       int pageSize,
                       int totalNumberOfPages,
                       int pageNumber,
                       java.util.List caseObjects)
Method Detail

getTotalNumberOfCaseObjects

public int getTotalNumberOfCaseObjects()
Returns:
the totalNumberOfCaseObjects

getPageSize

public int getPageSize()
Returns:
the pageSize

getTotalNumberOfPages

public int getTotalNumberOfPages()
Returns:
the totalNumberOfPages

getPageNumber

public int getPageNumber()
Returns:
the pageNumber

getCaseObjects

public java.util.List getCaseObjects()
Returns:
the caseObjects

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.