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