Package com.liferay.portal.vulcan.fields
Class NestedFieldsContext
java.lang.Object
com.liferay.portal.vulcan.fields.NestedFieldsContext
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionNestedFieldsContext
(int depth, List<String> nestedFields) NestedFieldsContext
(int depth, org.apache.cxf.message.Message message, List<String> nestedFields, javax.ws.rs.core.MultivaluedMap<String, String> pathParameters, javax.ws.rs.core.MultivaluedMap<String, String> queryParameters, String resourceVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNestedField
(String nestedField) clone()
void
int
int
getDepth()
org.apache.cxf.message.Message
void
-
Constructor Details
-
NestedFieldsContext
-
NestedFieldsContext
-
-
Method Details
-
addNestedField
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
decrementCurrentDepth
public void decrementCurrentDepth() -
getCurrentDepth
public int getCurrentDepth() -
getDepth
public int getDepth() -
getMessage
public org.apache.cxf.message.Message getMessage() -
getNestedFields
-
getPathParameters
-
getQueryParameters
-
getResourceVersion
-
incrementCurrentDepth
public void incrementCurrentDepth()
-