Uses of Class
org.exoplatform.task.domain.Label.FIELDS
-
Packages that use Label.FIELDS Package Description org.exoplatform.task.domain org.exoplatform.task.service org.exoplatform.task.service.impl org.exoplatform.task.storage org.exoplatform.task.storage.impl -
-
Uses of Label.FIELDS in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Label.FIELDS Modifier and Type Method Description static Label.FIELDSLabel.FIELDS. valueOf(String name)Returns the enum constant of this type with the specified name.static Label.FIELDS[]Label.FIELDS. values()Returns an array containing the constants of this enum type, 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.FIELDS Modifier and Type Method Description LabelDtoLabelService. 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.FIELDS Modifier and Type Method Description LabelDtoLabelServiceImpl. 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.FIELDS Modifier and Type Method Description LabelDtoLabelStorage. 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.FIELDS Modifier and Type Method Description LabelDtoLabelStorageImpl. updateLabel(LabelDto label, List<Label.FIELDS> fields)
-