Uses of Class
org.hisp.dhis.model.IdentifiableObject
Packages that use IdentifiableObject
Package
Description
-
Uses of IdentifiableObject in org.hisp.dhis
Methods in org.hisp.dhis with parameters of type IdentifiableObjectModifier and TypeMethodDescriptionprotected ObjectResponseBaseDhis2.saveMetadataObject(String path, IdentifiableObject object) Saves a metadata object using HTTP POST.protected ObjectResponseBaseDhis2.updateMetadataObject(String path, IdentifiableObject object) Updates an object using HTTP PUT. -
Uses of IdentifiableObject in org.hisp.dhis.model
Subclasses of IdentifiableObject in org.hisp.dhis.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of IdentifiableObject in org.hisp.dhis.model.dashboard
Subclasses of IdentifiableObject in org.hisp.dhis.model.dashboard -
Uses of IdentifiableObject in org.hisp.dhis.model.trackedentity
Subclasses of IdentifiableObject in org.hisp.dhis.model.trackedentityModifier and TypeClassDescriptionclassclassclass -
Uses of IdentifiableObject in org.hisp.dhis.model.validation
Subclasses of IdentifiableObject in org.hisp.dhis.model.validationMethods in org.hisp.dhis.model.validation with parameters of type IdentifiableObjectModifier and TypeMethodDescriptionbooleanValidation.addCommentRequiredViolation(IdentifiableObject commentRequiredViolation) Method parameters in org.hisp.dhis.model.validation with type arguments of type IdentifiableObjectModifier and TypeMethodDescriptionbooleanValidation.addAllCommentRequiredViolation(Collection<IdentifiableObject> commentRequiredViolations) -
Uses of IdentifiableObject in org.hisp.dhis.util
Methods in org.hisp.dhis.util with type parameters of type IdentifiableObjectModifier and TypeMethodDescriptionstatic <T extends IdentifiableObject>
List<String>IdentifiableObjectUtils.toCodes(Collection<T> objects) Returns a list of object codes.static <T extends IdentifiableObject>
List<String>IdentifiableObjectUtils.toIdentifiers(Collection<T> objects) Returns a list of object identifiers.