Package com.openkm.sdk4j.bean
Class NodesPaginationInfo
- java.lang.Object
-
- com.openkm.sdk4j.bean.NodesPaginationInfo
-
public class NodesPaginationInfo extends Object
Nodes pagination info
-
-
Field Summary
Fields Modifier and Type Field Description static StringORDER_BY_NAMESort by node namestatic StringORDER_BY_VERSIONSort by actual versionstatic StringORDER_BY_VERSION_DATESort by actual version date
-
Constructor Summary
Constructors Constructor Description NodesPaginationInfo()
-
-
-
Field Detail
-
ORDER_BY_NAME
public static final String ORDER_BY_NAME
Sort by node name- See Also:
- Constant Field Values
-
ORDER_BY_VERSION
public static final String ORDER_BY_VERSION
Sort by actual version- See Also:
- Constant Field Values
-
ORDER_BY_VERSION_DATE
public static final String ORDER_BY_VERSION_DATE
Sort by actual version date- See Also:
- Constant Field Values
-
-