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() |
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()
boolean isNativeAccess()
boolean isDeviceAccess()
boolean isFrameworkFeature()
boolean isShowOnNavigationBar()
boolean isShowOnSpringBoard()
int getLoginFeatureType()
java.util.Map<String,String> getProperties()