Modifier and Type | Required Element and Description |
---|---|
String |
FieldName
Name of the Notes Field in the document
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
changeLog
Mark this field as "log any changes" field.
|
boolean |
dateOnly
Stores only the date of a Date Object in the document
|
boolean |
embedded
Store a business Object with the FieldName as prefix and all its properties.
|
String[] |
encRoles
Defines the usere roles who can access the encypted field
|
boolean |
encrypt
Marks this field as "to encrypt".
|
boolean |
isAuthor
Value is stored with Author Field Attribute in the document
|
boolean |
isFormula
Value is calculated during load, based on the @Formula defined in the FieldName
|
boolean |
isNames
Value is stored with Names Field Attribute in the document
|
boolean |
isNotesSummary
Value is stored with Author Field Attribute in the document
|
boolean |
isReader
Value is stored with Reader Field Attribute in the document
|
boolean |
readOnly
Readonly access to the document, no update during save
|
String |
showNameAs
Defines the format of the Name (CN and ABBREVIATE are implemented)
|
boolean |
writeOnly
Writeonly access, this propertie is not read during load
|
public abstract String FieldName
public abstract boolean readOnly
public abstract boolean writeOnly
public abstract boolean isFormula
public abstract boolean isNames
public abstract boolean isAuthor
public abstract boolean isReader
public abstract String showNameAs
public abstract boolean dateOnly
public abstract boolean changeLog
public abstract boolean encrypt
public abstract String[] encRoles
Copyright © 2021. All Rights Reserved.