public interface FeatureInformation
Modifier and Type | Method and Description |
---|---|
String |
getCredentialStoreKey() |
String |
getCredentialType() |
String |
getFarDirectory() |
String |
getFarRootDirectory() |
oracle.adfmf.container.FeatureContent |
getFeatureContent() |
String[] |
getFeatureWhitelist()
Deprecated.
|
String |
getIcon() |
String |
getId() |
String |
getImage() |
int |
getIndex() |
String |
getListenerClass() |
int |
getLoginFeatureType() |
String |
getName() |
java.util.Map<String,String> |
getProperties() |
String |
getPublicHtmlDir() |
String |
getVendor() |
String |
getVersion() |
boolean |
isAvailable()
Feature is available when the feature is a user defined feature and
all the constraints are satisfied (if any constrainsts are defined)
irrespective of whether the feature is secured or not.
|
boolean |
isDeviceAccess()
Deprecated.
As of MAF 2.2 use isNativeAccess instead
|
boolean |
isFrameworkFeature() |
boolean |
isNativeAccess()
Returns whether the feature may access native code using the plugin mechanism
|
boolean |
isShowOnNavigationBar() |
boolean |
isShowOnSpringBoard() |
String getCredentialType()
String getCredentialStoreKey()
String getFarDirectory()
String getFarRootDirectory()
oracle.adfmf.container.FeatureContent getFeatureContent()
@Deprecated String[] getFeatureWhitelist()
String getIcon()
String getId()
String getImage()
int getIndex()
String getListenerClass()
String getName()
String getPublicHtmlDir()
String getVendor()
String getVersion()
boolean isAvailable()
true
when feature is available.boolean isNativeAccess()
boolean isDeviceAccess()
boolean isFrameworkFeature()
boolean isShowOnNavigationBar()
boolean isShowOnSpringBoard()
int getLoginFeatureType()
java.util.Map<String,String> getProperties()