|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.shared.DocumentLocalizedProfile
This method provides a place to go to look up option lists and tables that are part of a localized document environment. The environment can be localized by: 1. The security profile of the user. 2. The desired level of access to the document. 3. Additional profile information attached to criteria information on the document. 4. User selected profile options.
| Field Summary | |
ExecutionContext |
m_cxt
Context is used to communicate to process. |
int |
m_privilege
The privilege level desired when accessing entities that have document security attributes assigned to them. |
UserData |
m_userData
The user and the user's security profile. |
| Constructor Summary | |
DocumentLocalizedProfile(UserData userData,
int priv,
ExecutionContext cxt)
Constructor that assignes user data and privilege level. |
|
| Method Summary | |
java.util.Vector |
getOptionList(java.lang.String optKey,
boolean strictListOnly)
Returns a non empty option list if option list is part of localized document profile. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public UserData m_userData
public int m_privilege
public ExecutionContext m_cxt
| Constructor Detail |
public DocumentLocalizedProfile(UserData userData,
int priv,
ExecutionContext cxt)
| Method Detail |
public java.util.Vector getOptionList(java.lang.String optKey,
boolean strictListOnly)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |