|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModuleContext
Represents the runtime context associated with a specific module instance
| Method Summary | |
|---|---|
Locale |
getLocale()
Returns the locale associated with the current request or user |
IModuleID |
getModuleID()
Returns the identifier of the module instance with which the context is associated |
IModuleRuntimeInfo |
getModuleRuntimeInfo()
Returns the runtime information of the module instance |
String |
getProperty(String propertyID)
Returns the value of the specified configuration property, or null, if this property is not defined |
String |
getPropertyAttribute(String propertyID,
String attributeID)
Returns the value of the specified attribute or null if this attribute is not defined |
String[] |
getPropertyAttributeIDs(String propertyID)
Returns an array of all attributes of the property |
String[] |
getPropertyIDs()
Returns an array of all property IDs |
com.sap.security.api.IUser |
getUser()
Returns the current user |
| Method Detail |
|---|
com.sap.security.api.IUser getUser()
Locale getLocale()
Locale of the current request or userIModuleID getModuleID()
IModuleRuntimeInfo getModuleRuntimeInfo()
String getProperty(String propertyID)
propertyID - the ID of the configuration property
String getPropertyAttribute(String propertyID,
String attributeID)
propertyID - the ID of the configuration propertyattributeID - the ID of the attribute
String[] getPropertyIDs()
String[] getPropertyAttributeIDs(String propertyID)
propertyID - the ID of the configuration property
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||