Class FieldPathUpdate
java.lang.Object
com.yahoo.document.fieldpathupdate.FieldPathUpdate
- Direct Known Subclasses:
AddFieldPathUpdate
,AssignFieldPathUpdate
,RemoveFieldPathUpdate
- Author:
- Thomas Gundersen
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionFieldPathUpdate
(FieldPathUpdate.Type updType, DocumentType docType) FieldPathUpdate
(FieldPathUpdate.Type updType, DocumentType docType, DocumentUpdateReader reader) FieldPathUpdate
(FieldPathUpdate.Type updType, DocumentType docType, String fieldPath, String whereClause) -
Method Summary
Modifier and TypeMethodDescriptionvoid
static FieldPathUpdate
create
(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) boolean
int
hashCode()
void
void
setFieldPath
(String fieldPath) void
setWhereClause
(String whereClause) toString()
-
Constructor Details
-
FieldPathUpdate
public FieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType, String fieldPath, String whereClause) -
FieldPathUpdate
public FieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType, DocumentUpdateReader reader) -
FieldPathUpdate
-
-
Method Details
-
getUpdateType
-
getDocumentType
-
setFieldPath
-
getFieldPath
-
getOriginalFieldPath
-
setWhereClause
- Throws:
ParseException
-
getWhereClause
-
getOriginalWhereClause
-
applyTo
-
serialize
-
create
public static FieldPathUpdate create(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) -
equals
-
hashCode
public int hashCode() -
toString
-