Uses of Enum Class
org.exoplatform.task.domain.Label.FIELDS
Packages that use Label.FIELDS
Package
Description
-
Uses of Label.FIELDS in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Label.FIELDSModifier and TypeMethodDescriptionstatic Label.FIELDSReturns the enum constant of this class with the specified name.static Label.FIELDS[]Label.FIELDS.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Label.FIELDS in org.exoplatform.task.service
Method parameters in org.exoplatform.task.service with type arguments of type Label.FIELDSModifier and TypeMethodDescriptionLabelService.updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of Label.FIELDS in org.exoplatform.task.service.impl
Method parameters in org.exoplatform.task.service.impl with type arguments of type Label.FIELDSModifier and TypeMethodDescriptionLabelServiceImpl.updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of Label.FIELDS in org.exoplatform.task.storage
Method parameters in org.exoplatform.task.storage with type arguments of type Label.FIELDSModifier and TypeMethodDescriptionLabelStorage.updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of Label.FIELDS in org.exoplatform.task.storage.impl
Method parameters in org.exoplatform.task.storage.impl with type arguments of type Label.FIELDSModifier and TypeMethodDescriptionLabelStorageImpl.updateLabel(LabelDto label, List<Label.FIELDS> fields)