public interface ObjectCollection
CockpitObjectCollectionModel used by the cockpit.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description of the collection.
|
List<TypedObject> |
getElements()
Gets the elements of the collection in the order they were added to the collection.
|
String |
getLabel()
Gets the label that is the string that is displayed as a collection name in the cockpit.
|
String |
getLabel(String iso)
Gets the label for the specified language code.
|
PK |
getPK()
Gets the pK.
|
String |
getQualifier()
Gets the qualifier of the collection.
|
int |
getTotalCount()
Gets the total count of the collection.
|
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.
|
String getLabel()
String getLabel(String iso)
iso - the isoString getDescription()
int getTotalCount()
UserModel getUser()
List<TypedObject> getElements()
String getQualifier()
PK getPK()
String getType()
Copyright © 2017 SAP SE. All Rights Reserved.