|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractAttrDef | +--com.ibm.mm.sdk.common.DKAttrDefDD | +--com.ibm.mm.sdk.common.DKAttrProfileDefDD
This class corresponds to a Domino.Doc IProfile object.
Profiles are defined by the Domino.Doc administrator, and each document, or binder, has a profile which is called the "document type".
Through this class you have access to
Any method not supported by Domino.Doc in this release will throw a DKMSG_NOTIMP DKUsageError (... not implemented).
DKAttrFieldDefDD
,
DKAttrKeywordDefDD
,
DKAttrDefDD
, Serialized FormFields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDD |
copyright, DK_DD_MSG_MSGID_DOMDOC, DK_DD_MSG_MSGID_GOVERNOR, DK_DD_MSG_MSGID_NO_ATTR_OBJ, DK_DD_MSG_MSGID_NO_BINDER_OBJ, DK_DD_MSG_MSGID_NO_CABINET_OBJ, DK_DD_MSG_MSGID_NO_DOCUMENT_OBJ, DK_DD_MSG_MSGID_NO_MESSAGE, DK_DD_MSG_MSGID_NO_ROOM_OBJ, DK_DD_MSG_MSGID_NO_SUCCESS, DK_DD_MSG_MSGID_NUL_PARAM |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAttrProfileDefDD()
Constructs a new empty object. |
|
DKAttrProfileDefDD(dkDatastore ds)
Construct an object aware of it's datastore |
|
DKAttrProfileDefDD(dkDatastore ds,
java.lang.String parentCabinetName,
java.lang.String profileName,
int libraryHandle)
Construct a Domino.Doc profile object |
Method Summary | |
void |
add()
Not supported in Domino.Doc connector classes. |
void |
del()
Not supported in Domino.Doc connector classes. |
dkCollection |
getFields()
Return collection of fields |
boolean |
getIsValid()
Return validity flag |
int |
getLibraryHandle()
Return library handle |
java.lang.String |
getValue()
This method is meaningless for profiles. |
void |
setFields(dkCollection fields)
Set fields |
void |
setIsValid(boolean isValid)
set validity flag |
void |
setLibraryHandle(int libraryHandle)
set library handle |
java.lang.String |
toString()
Get a string representation of this class |
Methods inherited from class com.ibm.mm.sdk.common.DKAttrDefDD |
compareTo, getDDType, setDDType, setValue |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAttrDef |
datastoreName, datastoreType, getDatastore, getDescription, getEntity, getEntityName, getMax, getMin, getName, getPrecision, getQualifiedName, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDatastore, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, setQualifiedName, setQueryable, setScale, setSize, setStringType, setTextSearchable, setType, setUpdatable |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkAttrDef |
datastoreName, datastoreType, getDatastore, getDescription, getEntity, getEntityName, getMax, getMin, getName, getPrecision, getQualifiedName, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDatastore, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, setQualifiedName, setQueryable, setScale, setSize, setStringType, setTextSearchable, setType, setUpdatable |
Constructor Detail |
public DKAttrProfileDefDD()
public DKAttrProfileDefDD(dkDatastore ds)
public DKAttrProfileDefDD(dkDatastore ds, java.lang.String parentCabinetName, java.lang.String profileName, int libraryHandle)
Method Detail |
public java.lang.String getValue()
getValue
in class DKAttrDefDD
getFields()
public dkCollection getFields()
public void setFields(dkCollection fields) throws DKException, java.lang.Exception
public boolean getIsValid()
public void setIsValid(boolean isValid)
public int getLibraryHandle()
public void setLibraryHandle(int libraryHandle)
public java.lang.String toString()
toString
in class DKAttrDefDD
public void add() throws DKException, java.lang.Exception
add
in class DKAttrDefDD
com.ibm.mm.sdk.common.DKAttrDefDD
DKException
- DKUsageError, not implementedpublic void del() throws DKException, java.lang.Exception
del
in class DKAttrDefDD
com.ibm.mm.sdk.common.DKAttrDefDD
DKException
- DKUsageError, not implemented
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |