public class SchemaFactory.DefaultConceptProperty extends Object
| Constructor and Description |
|---|
DefaultConceptProperty() |
public SchemaFactory.DefaultConceptProperty concepts(Concept... concepts)
public SchemaFactory.DefaultConceptProperty name(String name)
public SchemaFactory.DefaultConceptProperty displayName(String displayName)
public SchemaFactory.DefaultConceptProperty displayType(String displayType)
public SchemaFactory.DefaultConceptProperty propertyGroup(String propertyGroup)
public SchemaFactory.DefaultConceptProperty displayFormula(String displayFormula)
public SchemaFactory.DefaultConceptProperty validationFormula(String validationFormula)
public SchemaFactory.DefaultConceptProperty userVisible(boolean userVisible)
public SchemaFactory.DefaultConceptProperty searchFacet(boolean searchFacet)
public SchemaFactory.DefaultConceptProperty sortable(boolean sortable)
public SchemaFactory.DefaultConceptProperty searchable(boolean searchable)
public SchemaFactory.DefaultConceptProperty addable(boolean addable)
public SchemaFactory.DefaultConceptProperty updatable(boolean updatable)
public SchemaFactory.DefaultConceptProperty deletable(boolean deletable)
public SchemaFactory.DefaultConceptProperty systemProperty(boolean systemProperty)
public SchemaFactory.DefaultConceptProperty aggType(String aggType)
public SchemaFactory.DefaultConceptProperty type(PropertyType type)
public SchemaFactory.DefaultConceptProperty possibleValues(Map<String,String> possibleValues)
public SchemaFactory.DefaultConceptProperty textIndexHints(Collection<TextIndexHint> textIndexHints)
public SchemaFactory.DefaultConceptProperty textIndexHints(TextIndexHint... textIndexHints)
public SchemaFactory.DefaultConceptProperty forRelationships(Relationship... relationships)
public SchemaFactory.DefaultConceptProperty intents(String... intents)
public SchemaFactory.DefaultConceptProperty dependentPropertyNames(com.google.common.collect.ImmutableList<String> dependentPropertyNames)
public SchemaFactory.DefaultConceptProperty extendedDataTableNames(com.google.common.collect.ImmutableList<String> extendedDataTableNames)
public SchemaProperty save()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.