public abstract class VertexBuilder extends ElementBuilder<Vertex> implements VertexMutation
elementId, elementType, extendedDataDeletes, extendedDatas, indexHint, properties, propertyDeletes, propertySoftDeletesDEFAULT_KEY| Constructor and Description |
|---|
VertexBuilder(String vertexId,
String conceptType,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
VertexMutation |
alterConceptType(String newConceptType) |
long |
getAlterConceptTypeTimestamp() |
String |
getConceptType() |
String |
getNewConceptType() |
boolean |
hasChanges()
true, if this mutation has any changes.
|
abstract Vertex |
save(Authorizations authorizations)
Save the vertex along with any properties that were set to the graph.
|
void |
setConceptType(String conceptType) |
addExtendedData, addExtendedData, addExtendedData, addExtendedData, addPropertyValue, addPropertyValue, addPropertyValue, deleteExtendedData, deleteExtendedData, deleteExtendedData, deleteExtendedDataTable, deleteProperty, deleteProperty, deleteProperty, getElementType, getExtendedData, getExtendedDataDeletes, getExtendedDataTableNames, getId, getIndexHint, getProperties, getPropertyDeletes, getPropertySoftDeletes, getVisibility, overrideExtendedDataDeletes, overrideExtendedDatas, overrideIndexHint, overrideProperties, overridePropertyDeletes, overridePropertySoftDeletes, setId, setIndexHint, setProperty, setProperty, softDeleteProperty, softDeleteProperty, softDeletePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExtendedData, addExtendedData, addExtendedData, addExtendedData, addPropertyValue, addPropertyValue, addPropertyValue, deleteExtendedData, deleteExtendedData, deleteExtendedData, deleteExtendedDataTable, deleteProperty, deleteProperty, deleteProperty, getElementType, getExtendedData, getExtendedDataDeletes, getIndexHint, getProperties, getPropertyDeletes, getPropertySoftDeletes, setIndexHint, setProperty, setProperty, softDeleteProperty, softDeleteProperty, softDeletePropertyedge, getVisibility, vertexpublic VertexBuilder(String vertexId, String conceptType, Visibility visibility)
public abstract Vertex save(Authorizations authorizations)
save in interface ElementMutation<Vertex>save in class ElementBuilder<Vertex>public String getConceptType()
getConceptType in interface VertexMutationgetConceptType in interface VertexElementLocationpublic VertexMutation alterConceptType(String newConceptType)
alterConceptType in interface VertexMutationpublic long getAlterConceptTypeTimestamp()
getAlterConceptTypeTimestamp in interface VertexMutationpublic String getNewConceptType()
getNewConceptType in interface VertexMutationpublic boolean hasChanges()
ElementMutationhasChanges in interface ElementMutation<Vertex>hasChanges in class ElementBuilder<Vertex>public void setConceptType(String conceptType)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.