public interface CustomFieldServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CustomFieldOption[] |
createCustomFieldOptions(CustomFieldOption[] customFieldOptions)
Creates new
CustomFieldOption objects. |
CustomField[] |
createCustomFields(CustomField[] customFields)
Creates new
CustomField objects. |
CustomFieldOption |
getCustomFieldOption(Long customFieldOptionId)
Returns the
CustomFieldOption uniquely identified by
the given ID. |
CustomFieldPage |
getCustomFieldsByStatement(Statement filterStatement)
|
UpdateResult |
performCustomFieldAction(CustomFieldAction customFieldAction,
Statement filterStatement)
Performs actions on
CustomField objects that match
the given
Statement.query. |
CustomFieldOption[] |
updateCustomFieldOptions(CustomFieldOption[] customFieldOptions)
Updates the specified
CustomFieldOption objects. |
CustomField[] |
updateCustomFields(CustomField[] customFields)
Updates the specified
CustomField objects. |
CustomFieldOption[] createCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldOption objects.
The following fields are required:
RemoteExceptionApiExceptionCustomField[] createCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomField objects.
The following fields are required:
RemoteExceptionApiExceptionCustomFieldOption getCustomFieldOption(Long customFieldOptionId) throws RemoteException, ApiException
CustomFieldOption uniquely identified by
the given ID.RemoteExceptionApiExceptionCustomFieldPage getCustomFieldsByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomFieldPage of CustomField objects
that satisfy the
given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomField.id |
entityType |
CustomField.entityType |
name |
CustomField.name |
isActive |
CustomField.isActive |
visibility |
CustomField.visibility |
RemoteExceptionApiExceptionUpdateResult performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement) throws RemoteException, ApiException
CustomField objects that match
the given
Statement.query.RemoteExceptionApiExceptionCustomFieldOption[] updateCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldOption objects.RemoteExceptionApiExceptionCustomField[] updateCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomField objects.RemoteExceptionApiExceptionCopyright © 2022. All rights reserved.