Uses of Class
ontopoly.model.FieldInstance
-
Packages that use FieldInstance Package Description ontopoly ontopoly.model ontopoly.models -
-
Uses of FieldInstance in ontopoly
Methods in ontopoly with parameters of type FieldInstance Modifier and Type Method Description OntopolyAccessStrategy.Privilege
OntopolyAccessStrategy. getPrivilege(User user, FieldInstance fieldInstance)
Resolves the privilege of a user for the provided field.OntopolyAccessStrategy.Privilege
OntopolySession. getPrivilege(FieldInstance fieldInstance)
-
Uses of FieldInstance in ontopoly.model
Methods in ontopoly.model that return types with arguments of type FieldInstance Modifier and Type Method Description List<FieldInstance>
Topic. getFieldInstances(TopicType topicType)
List<FieldInstance>
Topic. getFieldInstances(TopicType topicType, FieldsView fieldsView)
-
Uses of FieldInstance in ontopoly.models
Methods in ontopoly.models that return FieldInstance Modifier and Type Method Description FieldInstance
FieldInstanceModel. getFieldInstance()
protected FieldInstance
FieldInstanceModel. load()
protected FieldInstance
FieldInstanceModel. newFieldInstance(Topic topic, FieldAssignment fieldAssignment)
Methods in ontopoly.models with parameters of type FieldInstance Modifier and Type Method Description protected Collection<? extends Object>
FieldValuesModel. getValues(FieldInstance fieldInstance)
Method parameters in ontopoly.models with type arguments of type FieldInstance Modifier and Type Method Description static List<FieldInstanceModel>
FieldInstanceModel. wrapInFieldInstanceModels(List<FieldInstance> fieldInstances)
Constructors in ontopoly.models with parameters of type FieldInstance Constructor Description FieldInstanceModel(FieldInstance fieldInstance)
-