net.sf.wfnm
Interface OwnershipConst

All Known Subinterfaces:
NavigationManager
All Known Implementing Classes:
NavigationManagerImpl

public interface OwnershipConst

Defines the ownership constants.

Version:
1.0.6
Author:
Maurizio Albari

Field Summary
static int GLOBAL_OWNERSHIP
          Definition of global (first) webflow ownership.
static int NO_OWNERSHIP
          Definition of no ownership.
static String[] OWNERSHIP_DESC
          The ownership descriptions.
static int PAGE_OWNERSHIP
          Definition of a page ownership.
static int PREVIOUS_OWNERSHIP
          Definition of previous webflow ownership.
static int WEBFLOW_OWNERSHIP
          Definition of current webflow ownership.
static int WORKING_OWNERSHIP
          Definition of working (second) webflow ownership.
 

Field Detail

OWNERSHIP_DESC

public static final String[] OWNERSHIP_DESC
The ownership descriptions.


GLOBAL_OWNERSHIP

public static final int GLOBAL_OWNERSHIP
Definition of global (first) webflow ownership.

See Also:
Constant Field Values

NO_OWNERSHIP

public static final int NO_OWNERSHIP
Definition of no ownership.

See Also:
Constant Field Values

PAGE_OWNERSHIP

public static final int PAGE_OWNERSHIP
Definition of a page ownership.

See Also:
Constant Field Values

PREVIOUS_OWNERSHIP

public static final int PREVIOUS_OWNERSHIP
Definition of previous webflow ownership.

See Also:
Constant Field Values

WEBFLOW_OWNERSHIP

public static final int WEBFLOW_OWNERSHIP
Definition of current webflow ownership.

See Also:
Constant Field Values

WORKING_OWNERSHIP

public static final int WORKING_OWNERSHIP
Definition of working (second) webflow ownership.

See Also:
Constant Field Values


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.