|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Badge | |
---|---|
com.ibm.itim.common | Provides a set of common classes that are used in many places in ITIM. |
com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
com.ibm.itim.dataservices.model.domain.access | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying group/access elements of the data model. |
Uses of Badge in com.ibm.itim.common |
---|
Methods in com.ibm.itim.common that return Badge | |
---|---|
static Badge |
Badge.parseBadgeValueSpecification(java.lang.String badgeValueSpecification)
Parse given value which is expected to be formatted in the following way: |
Methods in com.ibm.itim.common with parameters of type Badge | |
---|---|
int |
Badge.compareTo(Badge o)
|
static java.lang.String |
Badge.composeBadgeSpecification(Badge badge)
This method takes the designation and generates the key from designation. |
Uses of Badge in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type Badge | |
---|---|
java.util.Set<Badge> |
AccessInfo.getBadges()
|
Method parameters in com.ibm.itim.dataservices.model.domain with type arguments of type Badge | |
---|---|
void |
AccessInfo.setBadges(java.util.Set<Badge> badges)
|
Uses of Badge in com.ibm.itim.dataservices.model.domain.access |
---|
Methods in com.ibm.itim.dataservices.model.domain.access that return types with arguments of type Badge | |
---|---|
java.util.Set<Badge> |
Access.getBadges()
Return Set of badges - labels with display format information (style) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |