Stellent
HowToComponents
JavaDoc

intradoc.shared
Class DocumentLocalizedProfile

java.lang.Object
  |
  +--intradoc.shared.DocumentLocalizedProfile

public class DocumentLocalizedProfile
extends java.lang.Object

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

m_userData

public UserData m_userData
The user and the user's security profile.


m_privilege

public int m_privilege
The privilege level desired when accessing entities that have document security attributes assigned to them.


m_cxt

public ExecutionContext m_cxt
Context is used to communicate to process. In particular, it uses the DataBinder cached object to set values.

Constructor Detail

DocumentLocalizedProfile

public DocumentLocalizedProfile(UserData userData,
                                int priv,
                                ExecutionContext cxt)
Constructor that assignes user data and privilege level.

Method Detail

getOptionList

public 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.



(c) 1996-2005  All rights reserved.  Stellent, Inc.