public interface FeatureInformation
Modifier and Type | Method and Description |
---|---|
String |
getCredentialType() |
String |
getFarDirectory() |
String |
getFarRootDirectory() |
oracle.adfmf.container.FeatureContent |
getFeatureContent() |
String[] |
getFeatureWhitelist() |
String |
getIcon() |
String |
getId() |
String |
getImage() |
int |
getIndex() |
String |
getListenerClass() |
String |
getName() |
String |
getPublicHtmlDir() |
oracle.adfmf.util.SecurityConstraintDefinition |
getSecurityConstraintDefinition() |
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 getFarDirectory()
String getFarRootDirectory()
oracle.adfmf.container.FeatureContent getFeatureContent()
String[] getFeatureWhitelist()
String getIcon()
String getId()
String getImage()
int getIndex()
String getListenerClass()
String getName()
oracle.adfmf.util.SecurityConstraintDefinition getSecurityConstraintDefinition()
String getPublicHtmlDir()
String getVendor()
String getVersion()
boolean isAvailable()
boolean isNativeAccess()
boolean isDeviceAccess()
boolean isFrameworkFeature()
boolean isShowOnNavigationBar()
boolean isShowOnSpringBoard()