|
Content Manager OnDemand V8.5 WEK APIs |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.edms.od.ODApplicationGroup
public class ODApplicationGroup
A class representing an OnDemand Application Group. An instance of the
ODApplicationGroup object provides an application developer access to
information specified for an OnDemand Application Group.
An instance of the ODApplictionGroup object is generated via an
instance of the ODServer object using the getApplicationGroup() method.
(c) Copyright IBM Corp. 1993, 2003. All Rights Reserved
| Method Summary | |
|---|---|
ODApplication |
getApplication(java.lang.String name)
Get an ODApplication object that is associated with this Application Group. |
long |
getApplicationGroupExpireDays()
Get the Life of Data and Indexes Expire setting. |
java.lang.String[] |
getApplicationNames()
Get the OnDemand applications associated with this application group. |
java.lang.String |
getDescription()
The description of the application group. |
short |
getDocPerms()
Get the Doc Permissions. |
ODApplicationGroupField |
getField(java.lang.String name)
Get the ODApplicationGroupField object. |
java.util.Enumeration |
getFields()
Get the Application Group Fields |
long |
getId()
The application group identifier is an internal numeric representation of this ODApplicationGroup. |
int |
getIdPerms()
Get the ID Permissions. |
java.lang.String |
getName()
The name of the application group. |
boolean |
isCFSODEnabled()
Returns whether or not this application group has been enabled for CFSOD support. |
boolean |
isHoldEnabled()
Returns whether or not this application group has been enabled for Enhanced Retention Management (Hold). |
boolean |
isRMEnabled()
Returns whether or not this application group has been Records Manager enabled. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String[] getApplicationNames()
public long getId()
public boolean isRMEnabled()
public boolean isHoldEnabled()
public boolean isCFSODEnabled()
public ODApplicationGroupField getField(java.lang.String name)
name - The name of the Application Group field
public java.util.Enumeration getFields()
public int getIdPerms()
System.out.println("Has Permissions to access logical views " +
((odApplGrp.getDocPerms() & ODConstant.OD_APPLGRP_ID_LOGICAL_VIEW)!= 0 ? true : false));
ODConstant.OD_APPLGRP_ID_ACCESS,
ODConstant.OD_APPLGRP_ID_ADMIN,
ODConstant.OD_APPLGRP_ID_LOGICAL_VIEWpublic short getDocPerms()
System.out.println("Has Permissions to add documents " +
((odApplGrp.getDocPerms() & ODConstant.OD_PERM_ADD)!= 0 ? true : false));
ODConstant.OD_PERM_VIEW,
ODConstant.OD_PERM_ADD,
ODConstant.OD_PERM_DELETE,
ODConstant.OD_PERM_UPDATE,
ODConstant.OD_PERM_PRINT,
ODConstant.OD_PERM_FAX,
ODConstant.OD_PERM_CUT
public ODApplication getApplication(java.lang.String name)
throws ODException
name - The Application Name string that you want to get.
ODExceptionODApplication
public long getApplicationGroupExpireDays()
throws ODException
ODException
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||