Package org.apache.gravitino.tag
Interface Tag.AssociatedObjects
- Enclosing interface:
- Tag
public static interface Tag.AssociatedObjects
The interface of the associated objects of the tag.
-
Method Summary
-
Method Details
-
count
default int count()- Returns:
- The number of objects that are associated with this Tag
-
objects
MetadataObject[] objects()- Returns:
- The list of objects that are associated with this tag.
-