|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommonContextKeys
Common context keys which can be used in SPI method invocations. These ContextKey objects can be placed in (and retrieved from) a ContentContext object via code such as this:
ContentContext context= ...; context.setParameter(CommonContextKeys.FETCH_FROM_CACHE, new Boolean(true));
| Field Summary | |
|---|---|
static ContextKey |
CACHE_RESULTSOptional ContextKey which can be placed in the ContentContext to specify that a method should cache (or NOT cache) its results. |
static ContextKey |
FETCH_FROM_CACHEOptional ContextKey which can be placed in the ContentContext to specify that a method should (or should not) fetch cached results, if present. |
static ContextKey |
NODEOptional ContextKey which can be placed in the ContentContext to specify an associated node |
static ContextKey |
NODE_IDOptional ContextKey which can be placed in the ContentContext to specify a node's ID. |
static ContextKey |
NODE_PATHOptional ContextKey which can be placed in the ContentContext to specify a node's path. |
static ContextKey |
NUM_ITEMSOptional ContextKey which can be placed in the ContentContext to specify the number of items to return when requesting results. |
static ContextKey |
OBJECT_CLASSOptional ContextKey which can be placed in the ContentContext to specify an associated objectclass |
static ContextKey |
OBJECT_CLASS_NAMEOptional ContextKey which can be placed in the ContentContext to specify an object class name. |
static ContextKey |
OBJECT_CLASS_PATHOptional ContextKey which can be placed in the ContentContext to specify an object class path. |
static ContextKey |
START_POSITIONOptional ContextKey which can be placed in the ContentContext to specify a start position when requesting results. |
static ContextKey |
WORKFLOWOptional ContextKey which can be placed in the ContentContext to specify an associated workflow |
| Field Detail |
|---|
static final ContextKey FETCH_FROM_CACHE
ContextKey which can be placed in the ContentContext to specify that a method should (or should not) fetch cached results, if present. If not specified, a default value will be used; the default may vary depending on the invocation method.static final ContextKey CACHE_RESULTS
ContextKey which can be placed in the ContentContext to specify that a method should cache (or NOT cache) its results. If not specified, a default value will be used; the default may vary depending on the invocation method.static final ContextKey NODE
ContextKey which can be placed in the ContentContext to specify an associated nodestatic final ContextKey WORKFLOW
ContextKey which can be placed in the ContentContext to specify an associated workflowstatic final ContextKey NODE_ID
ContextKey which can be placed in the ContentContext to specify a node's ID.static final ContextKey NODE_PATH
ContextKey which can be placed in the ContentContext to specify a node's path.static final ContextKey OBJECT_CLASS
ContextKey which can be placed in the ContentContext to specify an associated objectclassstatic final ContextKey OBJECT_CLASS_PATH
ContextKey which can be placed in the ContentContext to specify an object class path.static final ContextKey OBJECT_CLASS_NAME
ContextKey which can be placed in the ContentContext to specify an object class name.static final ContextKey START_POSITION
ContextKey which can be placed in the ContentContext to specify a start position when requesting results. The first position is position 0.static final ContextKey NUM_ITEMS
ContextKey which can be placed in the ContentContext to specify the number of items to return when requesting results. The special value ContentListKeys.ALL_ITEMS can be used to request all items be returned.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.