public interface QuickAccess extends QuickAccess, SecureObject, org.openmdx.base.jmi1.BasicObject
QuickAccessQuickAccess.Identity| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActionParam()
Retrieves a list containing all the elements for the attribute
actionParam. |
org.openmdx.base.jmi1.ContextCapable |
getReference()
Retrieves the value for the reference
reference. |
void |
setActionParam(List<String> actionParam)
Clears
actionParam and adds the members of the given List. |
void |
setReference(org.openmdx.base.cci2.ContextCapable reference)
Sets a new value for the reference
reference. |
getActionName, getActionType, getDescription, getIconKey, getName, setActionName, setActionParam, setActionType, setDescription, setIconKey, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getActionParam()
actionParam.getActionParam in interface QuickAccessvoid setActionParam(List<String> actionParam)
actionParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(actionParam);Note: This is an extension to the JMI 1 standard.
actionParam - collection to be copied.org.openmdx.base.jmi1.ContextCapable getReference()
reference.getReference in interface QuickAccessnull – value for this reference.void setReference(org.openmdx.base.cci2.ContextCapable reference)
reference.setReference in interface QuickAccessreference - 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.