|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DForm
Represents a form in a database.
Method Summary | |
---|---|
java.util.List |
getAliases()
Returns the aliases of a form. |
java.util.List |
getFields()
Returns the names of all the fields of a form. |
int |
getFieldType(java.lang.String fieldName)
Gets the type of a field on the form. |
java.util.List |
getFormUsers()
Returns the contents of the $FormUsers field. |
java.lang.String |
getHttpURL()
Returns the Domino URL of a form when HTTP protocols are in effect. |
java.util.List |
getLockHolders()
Returns the names of the holders of a lock. |
java.lang.String |
getName()
Return the name of a form. |
java.lang.String |
getNotesURL()
Returns the Domino URL of a form when Notes protocols are in effect. |
java.util.List |
getReaders()
Returns the contents of the $Readers field. |
java.lang.String |
getURL()
Returns the Domino URL for the form. |
boolean |
isProtectReaders()
Returns if the $Readers items is protected from being overwritten by replication. |
boolean |
isProtectUsers()
Returns if the $FormUsers items is protected from being overwritten by replication. |
boolean |
isSubForm()
Indicates whether a form is a subform. |
boolean |
lock()
Locks a form. |
boolean |
lock(boolean provisionalok)
Locks a form. |
boolean |
lock(java.util.List names)
Locks a form. |
boolean |
lock(java.util.List names,
boolean provisionalok)
Locks a form. |
boolean |
lock(java.lang.String name)
Locks a form. |
boolean |
lock(java.lang.String name,
boolean provisionalok)
Locks a form. |
boolean |
lockProvisional()
|
boolean |
lockProvisional(java.util.List names)
Locks a form provisionally. |
boolean |
lockProvisional(java.lang.String name)
|
void |
remove()
Permanently deletes a form from a database. |
void |
setFormUsers(java.util.List users)
Sets the contents of the $FormUsers field. |
void |
setProtectReaders(boolean flag)
Sets if the $Readers items is protected from being overwritten by replication. |
void |
setProtectUsers(boolean flag)
Sets if the $FormUsers items is protected from being overwritten by replication. |
void |
setReaders(java.util.List readers)
Sets the contents of the $Readers field. |
void |
unlock()
Unlocks a form. |
Methods inherited from interface de.bea.domingo.DBase |
---|
equals, hashCode, toString |
Method Detail |
---|
java.util.List getAliases()
java.util.List getFields()
java.util.List getFormUsers()
void setFormUsers(java.util.List users)
users
- list of user namesjava.lang.String getName()
java.util.List getReaders()
void setReaders(java.util.List readers)
readers
- list of reader namesboolean isSubForm()
true
if the form is a subform, else
false
boolean isProtectReaders()
true
to protect $Readers, else false
void setProtectReaders(boolean flag)
flag
- true
to protect $Readers, else
false
boolean isProtectUsers()
true
to protect $FormUsers, else
false
void setProtectUsers(boolean flag)
flag
- true
to protect $FormUsers, else
false
void remove()
java.lang.String getURL()
java.lang.String getNotesURL()
java.lang.String getHttpURL()
int getFieldType(java.lang.String fieldName)
fieldName
- field name
DItem.getType()
java.util.List getLockHolders()
boolean lock()
true
if the lock is placed, else
false
boolean lock(boolean provisionalok)
provisionalok
- true
to permit the placement of a
provisional lock
true
if the lock is placed, else
false
boolean lock(java.lang.String name)
name
- name of the lock holder.
true
if the lock is placed, else
false
boolean lock(java.lang.String name, boolean provisionalok)
name
- name of the lock holder.provisionalok
- true
to permit the placement of a
provisional lock
true
if the lock is placed, else
false
boolean lock(java.util.List names)
names
- list of name strings
true
if the lock is placed, else
false
boolean lock(java.util.List names, boolean provisionalok)
names
- names of the lock holdersprovisionalok
- true
to permit the placement of a
provisional lock
true
if the lock is placed, else
false
boolean lockProvisional()
true
if the lock is placed, else
false
boolean lockProvisional(java.lang.String name)
name
- name of the lock holder.
true
if the lock is placed, else
false
boolean lockProvisional(java.util.List names)
names
- names list of name strings
true
if the lock is placed, else
false
void unlock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |