| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.valueOf(java.lang.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(java.util.UUID objectId,
ObjectType objectType,
java.util.UUID tagDefinitionId,
CallContext context) |
void |
TagUserApi.addTags(java.util.UUID objectId,
ObjectType objectType,
java.util.Collection<java.util.UUID> tagDefinitionIds,
CallContext context) |
AccountAuditLogsForObjectType |
AuditUserApi.getAccountAuditLogs(java.util.UUID accountId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Retrieve all audit logs (for all objects of a given type) for a given account
|
java.util.List<AuditLog> |
AuditUserApi.getAuditLogs(java.util.UUID objectId,
ObjectType objectType,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries for a given object.
|
java.util.List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccountType(java.util.UUID accountId,
ObjectType objectType,
TenantContext context) |
java.util.List<CustomField> |
CustomFieldUserApi.getCustomFieldsForObject(java.util.UUID objectId,
ObjectType objectType,
TenantContext context) |
java.lang.Long |
RecordIdApi.getRecordId(java.util.UUID objectId,
ObjectType objectType,
TenantContext tenantContext)
This can be used by external plugins to keep the mapping between UUID and recordId
|
java.util.List<Tag> |
TagUserApi.getTagsForAccountType(java.util.UUID accountId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
java.util.List<Tag> |
TagUserApi.getTagsForObject(java.util.UUID objectId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
void |
TagUserApi.removeTag(java.util.UUID objectId,
ObjectType objectType,
java.util.UUID tagDefinitionId,
CallContext context) |
void |
TagUserApi.removeTags(java.util.UUID objectId,
ObjectType objectType,
java.util.Collection<java.util.UUID> tagDefinitions,
CallContext context) |
| Modifier and Type | Method and Description |
|---|---|
TagDefinition |
TagUserApi.createTagDefinition(java.lang.String definitionName,
java.lang.String description,
java.util.Set<ObjectType> applicableObjectTypes,
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 |
|---|---|
java.util.List<ObjectType> |
ControlTagType.getApplicableObjectTypes() |
java.util.List<ObjectType> |
TagDefinition.getApplicableObjectTypes() |
Copyright © 2010-2018. All Rights Reserved.