|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String TABLE
public static final String FORM
public static final String VIEW
public static final String IMAGE
public static final String JAVA_BEAN
Design element type for a JavaBean.
public static final String SOUND
public static final String PAGE
public static final String GENERAL_ELEMENT
public static final String JAR
JARs may be SilverStream-generated or imported. Currently, the API makes no distinction between the two types.
AgiAdmEjbJar
public static final String APP_OBJECT
public static final String SERVLET
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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |