public interface ObjectCollection
CockpitObjectCollectionModel used by the cockpit.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the collection.
|
java.util.List<TypedObject> |
getElements()
Gets the elements of the collection in the order they were added to the collection.
|
java.lang.String |
getLabel()
Gets the label that is the string that is displayed as a collection name in the cockpit.
|
java.lang.String |
getLabel(java.lang.String iso)
Gets the label for the specified language code.
|
PK |
getPK()
Gets the pK.
|
java.lang.String |
getQualifier()
Gets the qualifier of the collection.
|
int |
getTotalCount()
Gets the total count of the collection.
|
java.lang.String |
getType()
Gets the type of the collection which is a descriptive string (quickcollection, blacklist, clipboard).
|
UserModel |
getUser()
Gets the user that created this collection.
|
java.lang.String getLabel()
java.lang.String getLabel(java.lang.String iso)
iso - the isojava.lang.String getDescription()
int getTotalCount()
UserModel getUser()
java.util.List<TypedObject> getElements()
java.lang.String getQualifier()
PK getPK()
java.lang.String getType()
Copyright © 2018 SAP SE. All Rights Reserved.