|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICISCommonContext
Passed into common search methods, identifies which adapters to query and what user information to use.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
ICISObjectInitializable.AdapterVersionAware |
| Field Summary | |
|---|---|
static java.lang.String |
BEAN_ID
ID for storage of this object in a web context |
| Method Summary | |
|---|---|
void |
addContext(IContext ctx)
Adds a context to the query. |
void |
clearContexts()
Resets this object to contain no context objects. |
IContext |
getContext(java.lang.String adapterName)
Retrieve a context associated with the given adapter |
java.util.Collection |
getContexts()
|
boolean |
isHasGuestContexts()
|
void |
setContexts(java.util.Collection contexts)
Replaces current context values with supplied list. |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
intialize |
| Field Detail |
|---|
static final java.lang.String BEAN_ID
| Method Detail |
|---|
void addContext(IContext ctx)
ctx - The context to add.IContext getContext(java.lang.String adapterName)
adapterName - the adapter name
java.util.Collection getContexts()
void clearContexts()
void setContexts(java.util.Collection contexts)
contexts - A list of IContext objects.boolean isHasGuestContexts()
IContext.isGuest() == true)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||