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 TypeMethodDescriptionvoidaddNestedField(String nestedField) clone()voidintintgetDepth()org.apache.cxf.message.Messagevoid
-
Constructor Details
-
NestedFieldsContext
-
NestedFieldsContext
-
-
Method Details
-
addNestedField
-
clone
- Overrides:
clonein 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()
-