SilverStream
Application Server 3.5

com.sssw.rts.adminapi
Interface AgiAdmDesignElement

All Superinterfaces:
AgiAdmChanges, AgiAdmElement, AgiAdmElementBase, AgiAdmPropertyBag
All Known Subinterfaces:
AgiAdmEjbJar

public interface AgiAdmDesignElement
extends AgiAdmElement

Implemented by objects that represent elements created using the SilverStream Designers, such as forms, views, pages, and business objects.


Field Summary
static String APP_OBJECT
          Design element type for a business object.
static String FORM
          Design element type for a form.
static String GENERAL_ELEMENT
          Design element type for a general element.
static String IMAGE
          Design element type for an image.
static String JAR
          Design element type for a JAR.
static String JAVA_BEAN
          Deprecated. As of 3.0, no operations are supported on the JavaBeans directory or JavaBeans themselves. The operations are to be done via the corresponding JARs, that is, you secure your JavaBean elements by setting security on your JAR elements.

Design element type for a JavaBean.

static String PAGE
          Design element type for an HTML page.
static String SERVLET
          Design element type for a servlet resource.
static String SOUND
          Design element type for a sound.
static String TABLE
          Design element type for a database table.
static String VIEW
          Design element type for a view.
 
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmElement
ACL_KEY, APPLY_TO_DESC, APPLY_TO_DESC_SUPPORTED, DIRECTORY_LIST_SECURITY, GET_PERMS_AS_ACL, GET_PERMS_DEFAULT, PROP_CERTIFICATE, PROP_DESCRIPTION, PROP_DOMAIN, PROP_FULL_NAME, PROP_IS_LOCKSMITH, PROP_LDAP_SERVER, PROP_NAME, PROP_NISPLUS_SERVER, PROP_PARENT_URL, PROP_PASSWORD, PROP_QUAL_NAME, PROP_TYPE, PROP_URL, REQUIRE_LOGIN, REQUIRE_LOGIN_SUPPORTED
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElement
getPermissions, getServerURL, getURL, getVariables, isAuthorized, setPermissions
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElementBase
delete, getName, getType
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmPropertyBag
getProperties, getProperty, setProperties, setProperty
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmChanges
cancelChanges, saveChanges
 

Field Detail

TABLE

public static final String TABLE
Design element type for a database table.

FORM

public static final String FORM
Design element type for a form.

VIEW

public static final String VIEW
Design element type for a view.

IMAGE

public static final String IMAGE
Design element type for an image.

JAVA_BEAN

public static final String JAVA_BEAN
Deprecated. As of 3.0, no operations are supported on the JavaBeans directory or JavaBeans themselves. The operations are to be done via the corresponding JARs, that is, you secure your JavaBean elements by setting security on your JAR elements.

Design element type for a JavaBean.


SOUND

public static final String SOUND
Design element type for a sound.

PAGE

public static final String PAGE
Design element type for an HTML page.

GENERAL_ELEMENT

public static final String GENERAL_ELEMENT
Design element type for a general element.

JAR

public static final String JAR
Design element type for a JAR.

JARs may be SilverStream-generated or imported. Currently, the API makes no distinction between the two types.

See Also:
AgiAdmEjbJar

APP_OBJECT

public static final String APP_OBJECT
Design element type for a business object.

SERVLET

public static final String SERVLET
Design element type for a servlet resource.

Servlet resources live in servlet directories and trigger the actual servlets that are business objects located in the Objects directory (possibly in a package).


SilverStream
Application Server 3.5