Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Y
U
URLHandler
- interface com.cassinidivision.oce.urlhandling.
URLHandler
.
Classes implement the URLHandler interface in order to relate rendering and other contextual information (of a general nature) to publishing policy-specific details.
URLHandlerKeys
- class com.cassinidivision.oce.urlhandling.
URLHandlerKeys
.
Common rendering context key definitions for url handling classes.
URLHandlerKeys()
- Constructor for class com.cassinidivision.oce.urlhandling.
URLHandlerKeys
URLParser
- class com.cassinidivision.oce.rendering.
URLParser
.
Class for parsing URLs and extracting OCE rendering information.
URLParser()
- Constructor for class com.cassinidivision.oce.rendering.
URLParser
U_Actor
- class com.cassinidivision.oce.users.
U_Actor
.
Abstract class for representing actors or "agents" who interact with a system.
U_Actor()
- Constructor for class com.cassinidivision.oce.users.
U_Actor
U_DataFeed
- class com.cassinidivision.oce.users.
U_DataFeed
.
An actor subclass intended for automated datafeed agents.
U_DataFeed()
- Constructor for class com.cassinidivision.oce.users.
U_DataFeed
U_Lock
- class com.cassinidivision.oce.users.
U_Lock
.
Provides database-independent locking mechanisms for single primary-keyed enterprise objects.
U_Lock()
- Constructor for class com.cassinidivision.oce.users.
U_Lock
U_Permission
- class com.cassinidivision.oce.users.
U_Permission
.
Stores information for a given type of permission.
U_Permission()
- Constructor for class com.cassinidivision.oce.users.
U_Permission
U_Role
- class com.cassinidivision.oce.users.
U_Role
.
Encapsulates role behaviour (what permissions and rights a given group of actors have over a set of operations on the system).
U_Role()
- Constructor for class com.cassinidivision.oce.users.
U_Role
U_User
- class com.cassinidivision.oce.users.
U_User
.
Encapsulates the notion of human (or manual) system users, what roles/permissions/behaviour they exert over the system, and related matters.
U_User()
- Constructor for class com.cassinidivision.oce.users.
U_User
unlock()
- Method in class com.cassinidivision.oce.users.
U_Lock
Unlock the current instance (removes the lock instance from the database).
unlockObject(EOEnterpriseObject)
- Method in class com.cassinidivision.oce.users.
U_User
Attempt to unlock an enterprise object, if the lock has been registered with the current user.
urlDetails(C_ContentHyperlink)
- Method in class com.cassinidivision.oce.htmlrepresentation.
C_ContentHyperlink_HTML
urlForNextPage(RenderingSession)
- Static method in class com.cassinidivision.oce.rendering.
RenderingHelper
Derive a unique URL for a feature page following to the current registered page based on information provided in the session's rendering context.
urlForPreviousPage(RenderingSession)
- Static method in class com.cassinidivision.oce.rendering.
RenderingHelper
Derive a unique URL for a feature page previous to the current registered page based on information provided in the session's rendering context.
urlHandlerForURIComponents(NSArray)
- Static method in class com.cassinidivision.oce.rendering.
URLParser
Retrieve the correct URL handler for processing the URI components provided.
urlInCurrentContextForPage(RenderingSession, C_FeaturePage)
- Static method in class com.cassinidivision.oce.rendering.
RenderingHelper
Derive a unique URL for a generated feature page based on information provided in the session's rendering context.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Y