org.pasoa.common
Interface Constants


public interface Constants

Defines common constants used across PASOA project.

Author:
pgroth, sm

Field Summary
static String CLIENT_VIEW
          The Client View's viewkind
static String PHEADER_NS
          PHeader namespace
static String PMANAGE_NS
          PManage namespace
static String PQUERY_NS
          PQuery namespace
static String PRECORD_NS
          PRecord namespace
static String PROVENANCE_STORE_URL
          A key to get a provenance store url from a map
static String PSTRUCT_NS
          PStructure namespace
static String SERVICE_VIEW
          The Service View's viewkind
static String WPSTRUCT_NS
          Web Services PStructure namespace
static String WSXQUERY_NS
          PASOA Xquery namespance
static String WSXQUERY_PREFIX
           
 

Field Detail

PROVENANCE_STORE_URL

static final String PROVENANCE_STORE_URL
A key to get a provenance store url from a map

See Also:
Constant Field Values

PRECORD_NS

static final String PRECORD_NS
PRecord namespace

See Also:
Constant Field Values

PQUERY_NS

static final String PQUERY_NS
PQuery namespace

See Also:
Constant Field Values

PSTRUCT_NS

static final String PSTRUCT_NS
PStructure namespace

See Also:
Constant Field Values

WPSTRUCT_NS

static final String WPSTRUCT_NS
Web Services PStructure namespace

See Also:
Constant Field Values

PHEADER_NS

static final String PHEADER_NS
PHeader namespace

See Also:
Constant Field Values

WSXQUERY_NS

static final String WSXQUERY_NS
PASOA Xquery namespance

See Also:
Constant Field Values

PMANAGE_NS

static final String PMANAGE_NS
PManage namespace

See Also:
Constant Field Values

CLIENT_VIEW

static final String CLIENT_VIEW
The Client View's viewkind

See Also:
Constant Field Values

SERVICE_VIEW

static final String SERVICE_VIEW
The Service View's viewkind

See Also:
Constant Field Values

WSXQUERY_PREFIX

static final String WSXQUERY_PREFIX
See Also:
Constant Field Values