public interface QuickAccess extends SecureObject, org.openmdx.base.cci2.BasicObject
QuickAccess| Modifier and Type | Interface and Description |
|---|---|
static interface |
QuickAccess.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
Retrieves the possibly null value for the optional attribute
actionName. |
List<String> |
getActionParam()
Retrieves a list containing all the elements for the attribute
actionParam. |
short |
getActionType()
Retrieves the value for the attribute
actionType. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
String |
getIconKey()
Retrieves the possibly null value for the optional attribute
iconKey. |
String |
getName()
Retrieves the possibly null value for the optional attribute
name. |
org.openmdx.base.cci2.ContextCapable |
getReference()
Retrieves the value for the reference
reference. |
void |
setActionName(String actionName)
Sets a new value for the attribute
actionName. |
void |
setActionParam(String... actionParam)
Clears
actionParam and adds the given value(s). |
void |
setActionType(short actionType)
Sets a new value for the attribute
actionType. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute
iconKey. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setReference(org.openmdx.base.cci2.ContextCapable reference)
Sets a new value for the reference
reference. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getActionName()
actionName.actionName.void setActionName(String actionName)
actionName.actionName - The possibly null new value for attribute actionName.List<String> getActionParam()
actionParam.void setActionParam(String... actionParam)
actionParam and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
actionParam - value(s) to be added to actionParamshort getActionType()
actionType.actionType.void setActionType(short actionType)
actionType.actionType - The non-null new value for attribute actionType.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.String getIconKey()
iconKey.iconKey.void setIconKey(String iconKey)
iconKey.iconKey - The possibly null new value for attribute iconKey.String getName()
name.name.void setName(String name)
name.name - The possibly null new value for attribute name.org.openmdx.base.cci2.ContextCapable getReference()
reference.null – value for this reference.void setReference(org.openmdx.base.cci2.ContextCapable reference)
reference.reference - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.