| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
SubscriptionEventType.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagUserApi.addTag(UUID objectId,
ObjectType objectType,
UUID tagDefinitionId,
CallContext context) |
void |
TagUserApi.addTags(UUID objectId,
ObjectType objectType,
Collection<UUID> tagDefinitionIds,
CallContext context) |
AccountAuditLogsForObjectType |
AuditUserApi.getAccountAuditLogs(UUID accountId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects of a given type) for a given account
|
List<AuditLog> |
AuditUserApi.getAuditLogs(UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccountType(UUID accountId,
ObjectType objectType,
TenantContext context) |
List<CustomField> |
CustomFieldUserApi.getCustomFieldsForObject(UUID objectId,
ObjectType objectType,
TenantContext context) |
Long |
RecordIdApi.getRecordId(UUID objectId,
ObjectType objectType,
TenantContext tenantContext)
This can be used by external plugins to keep the mapping between UUID and recordId
|
List<Tag> |
TagUserApi.getTagsForAccountType(UUID accountId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
List<Tag> |
TagUserApi.getTagsForObject(UUID objectId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
void |
TagUserApi.removeTag(UUID objectId,
ObjectType objectType,
UUID tagDefinitionId,
CallContext context) |
void |
TagUserApi.removeTags(UUID objectId,
ObjectType objectType,
Collection<UUID> tagDefinitions,
CallContext context) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
AuditLog.getAuditedObjectType()
Get the original Entity object type for this log entry
|
| Modifier and Type | Method and Description |
|---|---|
AccountAuditLogsForObjectType |
AccountAuditLogs.getAuditLogs(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
CustomField.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
Tag.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectType> |
TagDefinition.getApplicableObjectTypes() |
List<ObjectType> |
ControlTagType.getApplicableObjectTypes() |
Copyright © 2010-2015. All Rights Reserved.