org.intabulas.sandler.introspection
Interface Introspection

All Known Implementing Classes:
IntrospectionImpl

public interface Introspection

Introspection

Version:
$Id: Introspection.java,v 1.3 2004/01/02 01:43:57 intabulas Exp $
Author:
Mark Lussier

Field Summary
static String ELEMENT_CREATEENTRY
           
static String ELEMENT_INTROSPECTION
           
static String ELEMENT_SEARCHENTRY
           
 
Method Summary
 String getCreateUrl()
          Returns the Create URL used in an Introspection Query is made
 String getSearchUrl()
          Returns the Search URL used in an Introspection Query is made
 void setCreateUrl(String url)
          Set's the Create URL to return whn an Introspection Query is made
 void setSearchUrl(String url)
          Set's the Search URL to return whn an Introspection Query is made
 

Field Detail

ELEMENT_INTROSPECTION

static final String ELEMENT_INTROSPECTION
See Also:
Constant Field Values

ELEMENT_CREATEENTRY

static final String ELEMENT_CREATEENTRY
See Also:
Constant Field Values

ELEMENT_SEARCHENTRY

static final String ELEMENT_SEARCHENTRY
See Also:
Constant Field Values
Method Detail

setSearchUrl

void setSearchUrl(String url)
Set's the Search URL to return whn an Introspection Query is made

Parameters:
url - a String representing the Search Entries URL

getSearchUrl

String getSearchUrl()
Returns the Search URL used in an Introspection Query is made

Returns:
a String representing the Search Entries URL

setCreateUrl

void setCreateUrl(String url)
Set's the Create URL to return whn an Introspection Query is made

Parameters:
url - a String representing the Create Entries URL

getCreateUrl

String getCreateUrl()
Returns the Create URL used in an Introspection Query is made

Returns:
a String representing the Create Entries URL


Copyright © 2003-2004 Mark Lussier. All Rights Reserved.