| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldValue> |
Service.getFieldValues(java.lang.String listId,
int itemId)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValues(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValuesAsHtml(java.lang.String listId,
int itemId)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValuesAsHtml(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFileFieldValues(java.lang.String filePath)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFileFieldValues(java.lang.String filePath,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFolderFieldValues(java.lang.String folderPath)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFolderFieldValues(java.lang.String folderPath,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setFieldValue(java.lang.String listId,
int listItemId,
FieldValue fieldValue)
Sets the field value.
|
void |
Service.setFileFieldValue(java.lang.String filePath,
FieldValue fieldValue)
Sets the field value.
|
void |
Service.setFolderFieldValue(java.lang.String folderPath,
FieldValue fieldValue)
Set the folder field value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setFieldValues(java.lang.String listId,
int listItemId,
java.util.List<FieldValue> fieldValues)
Sets the field values.
|
void |
Service.setFileFieldValues(java.lang.String filePath,
java.util.List<FieldValue> fieldValues)
Sets the field values.
|
void |
Service.setFolderFieldValues(java.lang.String folderPath,
java.util.List<FieldValue> fieldValues)
Set the folder field values.
|