public interface ContentConstants
Modifier and Type | Field and Description |
---|---|
static int |
ACT_CREATE
Indicates that the content has a create action pending approval.
|
static int |
ACT_DEACTIVATE
Indicates that the content has a deactivate action pending approval.
|
static int |
ACT_DELETE
Indicates that the content has a delete action pending approval.
|
static int |
AL_ADMIN
Indicates that the current user has admin access to the corresponding ID passed to
ContentService.getAccessLevel(Long[], Integer) . |
static int |
AL_EDITOR
Indicates that the current user has edit access to the corresponding ID passed to
ContentService.getAccessLevel(Long[], Integer) . |
static int |
AL_INVALID_ID
Indicates that the corresponding ID passed to
ContentService.getAccessLevel(Long[], Integer) is invalid. |
static int |
AL_NONE
Indicates that the current user has no access to the corresponding ID passed to
ContentService.getAccessLevel(Long[], Integer) . |
static int |
AL_VIEWER
Indicates that the current user has view access to the corresponding ID passed to
ContentService.getAccessLevel(Long[], Integer) . |
static java.lang.Integer |
ALLOCATE_FSID
Indicates that the database should determine what the file system ID should be for a document.
|
static java.lang.Integer |
ALLOCATE_GLOBAL_PART
Indicates that the database should determine what the partition should be for a KC.
|
static java.lang.Integer |
ALLOCATE_PART
Indicates that the database should determine what the partition should be for a document.
|
static java.lang.String |
APPLICATIONS_ROOT_DESCRIPTION
Internationalization key for the description of the root Apps folder.
|
static java.lang.String |
APPLICATIONS_ROOT_NAME
Internationalization key for the name of the root Apps folder.
|
static java.lang.Boolean |
CHILDREN
Pass to
ContentService.delete(Long[], Boolean) or
ContentService.deactivate$UPDATES to indicate that children should automatically be
deleted or deactivated. |
static java.lang.Integer |
COLUMN_ACTION_REQUESTED
Action Requested column.
|
static java.lang.Integer |
COLUMN_ACTION_REQUESTER
Action Requester column.
|
static java.lang.Integer |
COLUMN_ATTRIBUTES
Attributes column.
|
static java.lang.Integer |
COLUMN_CHANGES_REQUIRE_APPROVAL
Changes Require Approval column.
|
static java.lang.Integer |
COLUMN_CREATED_TIMESTAMP
Created Timestamp column.
|
static java.lang.Integer |
COLUMN_CREATOR
Creator column.
|
static java.lang.Integer |
COLUMN_DESCRIPTION
Description column.
|
static java.lang.Integer |
COLUMN_EXPIRATION_DAYS
Expiration Days column.
|
static java.lang.Integer |
COLUMN_EXPIRATION_TIMESTAMP
Expiration Timestamp column.
|
static java.lang.Integer |
COLUMN_EXTENSION
Extension column.
|
static java.lang.Integer |
COLUMN_FORUM
Forum column.
|
static java.lang.Integer |
COLUMN_FSID
FSID column.
|
static java.lang.Integer |
COLUMN_FSID_COUNT
FSID count column.
|
static java.lang.Integer |
COLUMN_ID
Id column.
|
static java.lang.Integer |
COLUMN_LOCKED_BY
Locked by column.
|
static java.lang.Integer |
COLUMN_LOG
Log column.
|
static java.lang.Integer |
COLUMN_LOG_NAME
Log Name column.
|
static java.lang.Integer |
COLUMN_METADATA_IDS
Deprecated.
Use attributes to associate metadata instead.
|
static java.lang.Integer |
COLUMN_NAME
Name column.
|
static java.lang.Integer |
COLUMN_NONE
Use this if you do not want a paging function to sort.
|
static java.lang.Integer |
COLUMN_NUMBER_OF_VERSIONS
Number of Versions column.
|
static java.lang.Integer |
COLUMN_PARENT_ID
Parent Id column.
|
static java.lang.Integer |
COLUMN_PARENT_NAME
Parent Name column.
|
static java.lang.Integer |
COLUMN_PARENT_TYPE
Parent Type column.
|
static java.lang.Integer |
COLUMN_PARTITION
Partition column.
|
static java.lang.Integer |
COLUMN_PARTITION_NAME
Partition Name column.
|
static java.lang.Integer |
COLUMN_SECURITY
Security column.
|
static java.lang.Integer |
COLUMN_SIZE
Size column.
|
static java.lang.Integer |
COLUMN_STATE
State column.
|
static java.lang.Integer |
COLUMN_SUBTYPE
Subtype column.
|
static java.lang.Integer |
COLUMN_TYPE
Type column.
|
static java.lang.Integer |
COLUMN_UPDATED_TIMESTAMP
Updated Timestamp column.
|
static java.lang.Integer |
COLUMN_UUID
Uuid column.
|
static java.lang.Integer |
COLUMN_VERSION_ID
Version Id column.
|
static java.lang.Integer |
COLUMN_VERSIONS
Versions column.
|
static java.lang.Integer |
COLUMN_VISIBILITY
Visibility column.
|
static java.lang.Long |
COMMUNITY_ROOT
Community RootID.
|
static java.lang.String |
CONTENT_SECURITY_TYPE
The Security Manager Configuration type for content.
|
static java.lang.String |
CREATION_SECURITY_TYPE
Deprecated.
No longer used
|
static ContentFilter |
FILTER_TYPE_ALL
Deprecated.
|
static int |
GC_MOD_DRAFT
Pass to
ContentService.getChildren(Long, ContentFilter, Integer) to indicate that
drafts should be returned in addition to published content. |
static int |
GC_MOD_LINKS
Pass to
ContentService.getChildren(Long, ContentFilter, Integer) to indicate that links
should be returned as children for containers. |
static int |
GC_MOD_NORMAL
Pass to
ContentService.getChildren(Long, ContentFilter, Integer) to indicate that no
modifiers are present. |
static int |
GC_MOD_POPULATE_TYPES_OF_CHILDREN
Pass to
ContentService.getChildren(Long, ContentFilter, Integer) to indicate that it
should populate Content.getTypesOfChildren() , which in turn enables
Content.hasChildrenOfType(int) . |
static int |
GC_VERSIONS_AS_FOLDERS
Pass to
ContentService.getChildren(Long, ContentFilter, Integer) to indicate that it
should include versioned documents as folders ending in " (versions)", which in turn enables
getByPath and {getIdByPath . |
static java.lang.String |
I18N_PREFIX |
static int |
IMPORT_INVALID_PRIVILEGE
You do not have permission to import to that location.
|
static int |
IMPORT_NAME_EXISTS_WITHIN_PARENT
A content item already exists with the same name and parent.
|
static int |
IMPORT_NAME_EXISTS_WITHIN_TYPE
A content item already exists with the same name and type.
|
static int |
IMPORT_NAME_WITH_UUID_EXISTS_WITHIN_PARENT
A content item already exists with the same name, uuid, and parent.
|
static int |
IMPORT_UUID_EXISTS_ELSEWHERE
A content item already exists with the same uuid.
|
static int |
IMPORT_VALID
Content is valid for import.
|
static java.lang.Integer |
INFINITY
Represents infinity to the database (used for some other constants).
|
static java.lang.Integer |
KM_EXPIRATION_DURATION_CHECK
File Expiration
|
static java.lang.String |
KM_SECURITY_COMMUNITY
The Security Manager Configuration type for community.
|
static java.lang.String |
KM_SECURITY_CONTENT_COMMUNITY
The Security Manager Configuration Content Type name for community.
|
static java.lang.String |
KM_SECURITY_CONTENT_FOLDER
The Security Manager Configuration Content Type name for Knowledge Folder.
|
static java.lang.String |
KM_SECURITY_CONTENT_KC
The Security Manager Configuration Content Type name for Knowledge Center.
|
static java.lang.String |
KM_SECURITY_FOLDER
The Security Manager Configuration type for Knowledge Folder.
|
static java.lang.String |
KM_SECURITY_KNOWLEDGE_CENTER
The Security Manager Configuration type for Knowledge Center.
|
static java.lang.Long |
KNOWLEDGE_ROOT
Knowledge Root content ID.
|
static java.lang.String |
KNOWLEDGE_ROOT_SYSTEM_ID
Deprecated.
|
static int |
MIGRATION_FLAG
Migration Flag Type.
|
static java.lang.Integer |
NEGATIVE_INFINITY
Represents negative infinity to the database (used for some other constants).
|
static java.lang.Boolean |
NO_CHILDREN
Pass to
ContentService.delete(Long[], Boolean) or
ContentService.deactivate$UPDATES to indicate that children should NOT automatically be
deleted or deactivated. |
static java.lang.Double |
NO_EXPIRATION_TIMESTAMP
Timestamp to use for the expiration timestamp if you do not want the document to expire.
|
static int |
NO_FORUM
Returned by
Content.getForum() to indicate that no forum has been assigned. |
static int |
NO_REVIEW
Returned by
ContentService.getRequests() to indicate that there is nothing to view. |
static java.lang.String[] |
QUERY_KEYWORDS
Special keywords for the query indicating which content to return and which fields to search
for specified query terms.
|
static java.lang.String[] |
RESTRICTION_ROLE_MAP_ROLES
Names of all the roles within a Content restriction role map.
|
static java.lang.Boolean |
RM_AGGREGATE
Indicates that
ContentService.getRoleMap(Long, Boolean) should aggregate from the
parents if any of the SEC_INH flags are set. |
static java.lang.Boolean |
RM_EXPLICIT
Indicates that
ContentService.getRoleMap(Long, Boolean) should not aggregate from the
parents, even if any of the SEC_INH flags are set. |
static java.lang.String |
ROLE_ADMINISTRATORS
Has administrative privileges.
|
static java.lang.String |
ROLE_AUTHORS
Has write privileges.
|
static java.lang.String |
ROLE_DENY_ADMINISTRATORS
Explicitly deny administrative privileges.
|
static java.lang.String |
ROLE_DENY_AUTHORS
Explicitly deny write privileges.
|
static java.lang.String |
ROLE_DENY_READERS
Explicitly deny read privileges.
|
static java.lang.String[] |
ROLE_MAP_ROLES
Names of all the roles within a Content role map.
|
static java.lang.String |
ROLE_READERS
Has read privileges.
|
static java.lang.String |
RULE_ENCODING
Encoding used when importing/exporting rules.
|
static java.lang.String |
RULES_ROOT_DESCRIPTION
Internationalization key for the description of the root Rules folder.
|
static java.lang.String |
RULES_ROOT_NAME
Internationalization key for the name of the root Rules folder.
|
static java.lang.String |
RULES_ROOT_SYSTEM_ID
Deprecated.
|
static int |
SEC_ALL_ADMIN
Indicates that all users should have admin privileges, including ANONYMOUS.
|
static int |
SEC_ALL_EDITOR
Indicates that all users should have editor privileges, including ANONYMOUS.
|
static int |
SEC_ALL_VIEWER
Indicates that all users should have viewer privileges, including ANONYMOUS.
|
static int |
SEC_CREATOR_ADMIN
When creating a new Content object, this flag specifies whether the user doing the create
should be added as an administrator of the object (set in the role
ROLE_ADMINISTRATORS
). |
static int |
SEC_INH_ADMIN
Indicates that the content should inherit admin privileges from its parent.
|
static int |
SEC_INH_ADMIN_MASK
Bitmask to use to remove viewer and editor inheritances.
|
static int |
SEC_INH_ALL
Indicates that the content should inherit all privileges (viewer, editor, admin) from its
parent.
|
static int |
SEC_INH_EDITOR
Indicates that the content should inherit editor privileges from its parent.
|
static int |
SEC_INH_VIEWER
Indicates that the content should inherit viewer privileges from its parent.
|
static int |
SEC_PUBLIC
Indicates that the content is public.
|
static java.lang.String |
SECURITY_MANAGER_CONFIG
Security manager configuration file name (without the .xml).
|
static int |
STATE_ACTIVE
Amount to add to inactive states to get the equivalent active states.
|
static int |
STATE_ACTIVE_PENDING_APPROVAL
State indicating that the content is active and is pending approval.
|
static int |
STATE_ACTIVE_PUBLISHED
State indicating that the content is active and has been published.
|
static int |
STATE_ACTIVE_REJECTED
State indicating that the content is active and was rejected in the approval process.
|
static int |
STATE_PENDING_APPROVAL
State indicating that the content is inactive and is pending approval.
|
static int |
STATE_PUBLISHED
State indicating that the content is inactive and has been published.
|
static int |
STATE_REJECTED
State indicating that the content is inactive and was rejected in the approval process.
|
static int |
SUBTYPE_CONNECTED_SYSTEM
Subtype for Connected System objects
|
static int |
SUBTYPE_DATA_STORE_CONFIG
Reserved subtype for future use.
|
static int |
SUBTYPE_FOLDER_APPLICATIONS
Applications folder subtype for Folders.
|
static int |
SUBTYPE_FOLDER_CONNECTED_SYSTEMS
Root folder for Connected System objects.
|
static int |
SUBTYPE_FOLDER_DATA_STORE_CONFIGS
Reserved subtype for future use.
|
static int |
SUBTYPE_FOLDER_KNOWLEDGE
Knowledge folder subtype for Folders.
|
static int |
SUBTYPE_FOLDER_MIGRATION_FLAGS
Root folder for Migration Flags objects.
|
static int |
SUBTYPE_FOLDER_RULES
Rules folder subtype for Folders.
|
static int |
SUBTYPE_MIGRATION_FLAG
Subtype for Migration Flag objects
|
static int |
SUBTYPE_RULE_CONSTANT
Constant subtype for Rules.
|
static int |
SUBTYPE_RULE_DECISION |
static int |
SUBTYPE_RULE_DECISION_TABLE
Deprecated.
Was never supported.
|
static int |
SUBTYPE_RULE_FREEFORM
Freeform rule subtype for Rules.
|
static int |
SUBTYPE_RULE_INTERFACE |
static int |
SUBTYPE_RULE_OUTBOUND_INTEGRATION |
static int |
SUBTYPE_RULE_QUERY
Reserved subtype for future use.
|
static int |
SYSADMIN_GRP
The group ID for system administrators.
|
static int |
SYSADMIN_UTYPE
User type indicating that the user is the system administrator for content.
|
static java.lang.String |
SYSTEM_ASYNC_INSPECT_FOLDER_NAME
Name of the external System IX sub folder.
|
static java.lang.String |
SYSTEM_FOLDER_COVER_PHOTOS_NAME
Name of the System User Cover Photos folder.
|
static java.lang.String |
SYSTEM_FOLDER_OFFLINE_RULE_BUNDLES_NAME
Name of the System Rule Bundles folder
|
static java.lang.String |
SYSTEM_FOLDER_RECORD_TYPES_NAME
Name of the System Record Types folder.
|
static java.lang.String |
SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_DESCRIPTION
Internationalization key for the description of the root System Tempo Attachments folder.
|
static java.lang.String |
SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_NAME
Internationalization key for the name of the root System Tempo Attachments folder.
|
static java.lang.String |
SYSTEM_IX_FOLDER_NAME
Name of the System IX folder.
|
static java.lang.String |
SYSTEM_OBJECT_TEMPLATES_FOLDER_NAME
Name of the object templates System IX sub folder.
|
static java.lang.String |
SYSTEM_OPENAPI_FOLDER_NAME
Name of the System OpenAPI folder.
|
static java.lang.String |
SYSTEM_PACKAGES_FOLDER_NAME
Name of the System Packages folder.
|
static java.lang.String |
SYSTEM_RECORD_TYPE_NAME_PREFIX
Prefix for all system record zips
|
static java.lang.String |
SYSTEM_SYSRULES_DESIGNER_ROOT_DESCRIPTION
Description of visible system rules root.
|
static java.lang.String |
SYSTEM_SYSRULES_DESIGNER_ROOT_NAME
Name of visible system rules root.
|
static java.lang.String |
SYSTEM_SYSRULES_INTERNAL_ROOT_DESCRIPTION
Description of hidden system rules root.
|
static java.lang.String |
SYSTEM_SYSRULES_INTERNAL_ROOT_NAME
Name of hidden system rules root.
|
static int |
TYPE_ALL
Type mask to match any type.
|
static int |
TYPE_ANY_KC
Knowledge Center type, includes both personal and community KCs.
|
static int |
TYPE_APPLICATION
Application type.
|
static int |
TYPE_COMMUNITY
Community type.
|
static int |
TYPE_COMMUNITY_KC
Community Knowledge Center type.
|
static int |
TYPE_CONTAINER
Container type, includes communities, KCs, and folders.
|
static int |
TYPE_CONTENT
Content type, includes folders and documents.
|
static int |
TYPE_CUSTOM
Custom content type.
|
static int |
TYPE_DOCUMENT
Document type.
|
static int |
TYPE_FOLDER
Folder type.
|
static int |
TYPE_IGNORE
Type mask to ignore the type (matches any type).
|
static int |
TYPE_NON_CONTAINER
Typemask to exclude only containers.
|
static int |
TYPE_NON_DOCUMENT
Typemask to exclude documents.
|
static int |
TYPE_PERSONAL_KC
Personal Knowledge Center type.
|
static int |
TYPE_RULE
Rule type.
|
static java.lang.Integer |
UNIQUE_FOR_ALL
Names must be unique for all content.
|
static java.lang.Integer |
UNIQUE_FOR_PARENT
Names must be unique among siblings.
|
static java.lang.Integer |
UNIQUE_FOR_SYSTEM_RULES_LATEST_VERSION
Names must be unique within system rules and constants but only within the latest versions
|
static java.lang.Integer |
UNIQUE_FOR_TYPE
Names must be unique within type.
|
static java.lang.Integer |
UNIQUE_FOR_TYPE_AND_SUBTYPE_LATEST_VERSION
Names must be unique within type and sub-type but only within the latest versions
|
static java.lang.Integer |
UNIQUE_FOR_TYPE_LATEST_VERSION
Names must be unique within type but only within the latest versions
|
static java.lang.Integer |
UNIQUE_NONE
No checks for name uniqueness.
|
static java.lang.String |
UUID_ACTIVE_PROCESSES_REPORT |
static java.lang.String |
UUID_ACTIVE_TASKS_GROUP_MEMBERS_REPORT |
static java.lang.String |
UUID_ACTIVE_TASKS_GROUP_REPORT |
static java.lang.String |
UUID_ACTIVE_TASKS_REPORT |
static java.lang.String |
UUID_ALL_PROCESS_MODELS_REPORT |
static java.lang.String |
UUID_ALL_PROCESSES_REPORT |
static java.lang.String |
UUID_ALL_TASKS_REPORT |
static java.lang.String |
UUID_APPLICATIONS_HOME |
static java.lang.String |
UUID_APPLICATIONS_ROOT |
static java.lang.String |
UUID_ASYNC_INSPECT_FOLDER
IX sub folder containing async inspection json files of inspection requests.
|
static java.lang.String |
UUID_CANCELED_PROCESSES_REPORT |
static java.lang.String |
UUID_COMMUNITY_ROOT
System Objects UUIDs
|
static java.lang.String |
UUID_COMPLETED_PROCESSES_REPORT |
static java.lang.String |
UUID_COMPLETED_TASKS_REPORT |
static java.lang.String |
UUID_CURRENT_TASKS_PER_PROCESS_REPORT |
static java.lang.String |
UUID_DATA_STORE_CONFIGS_ROOT_FOLDER |
static java.lang.String |
UUID_DEFAULT_COMMUNITY |
static java.lang.String |
UUID_EMAIL_FOOTER_TEMPLATE |
static java.lang.String |
UUID_EMAIL_HEADER_TEMPLATE |
static java.lang.String |
UUID_EMAIL_TEMPLATE_FOLDER |
static java.lang.String |
UUID_FAVORITE_PROCESS_MODELS_REPORT |
static java.lang.String |
UUID_FAVORITE_PROCESSES_REPORT |
static java.lang.String |
UUID_FAVORITE_TASKS_REPORT |
static java.lang.String |
UUID_HIGH_PRIORITY_TASKS_REPORT |
static java.lang.String |
UUID_IX_FOLDER
Folder containing import and export zips and logs.
|
static java.lang.String |
UUID_LEADER_MESSAGE_PICTURES_FOLDER |
static java.lang.String |
UUID_MIGRATION_FLAGS_ROOT_FOLDER
UUID for root folder of migration flag objects
|
static java.lang.String |
UUID_MOST_ACTIVE_PROCESS_MODELS_REPORT |
static java.lang.String |
UUID_NAVIGATION_CONFIG |
static java.lang.String |
UUID_NODE_STATS_PER_PROCESS_MODEL_REPORT |
static java.lang.String |
UUID_NODE_STATS_PER_PROCESS_REPORT |
static java.lang.String |
UUID_OBJECT_TEMPLATES_FOLDER
IX sub folder containing object templates ix documents.
|
static java.lang.String |
UUID_OFFLINE_RULE_BUNDLES_FOLDER
UUID of the System Rule Bundles folder
|
static java.lang.String |
UUID_OPENAPI_FOLDER
Folder containing export OpenAPI documents.
|
static java.lang.String |
UUID_OVERDUE_TASKS_REPORT |
static java.lang.String |
UUID_PACKAGES_FOLDER
Folder containing the database scripts, plugins and other documents belonging to packages.
|
static java.lang.String |
UUID_PAUSED_PROCESSES_REPORT |
static java.lang.String |
UUID_PERFORMANCE_INDICATOR_GREEN |
static java.lang.String |
UUID_PERFORMANCE_INDICATOR_RED |
static java.lang.String |
UUID_PERFORMANCE_INDICATOR_YELLOW |
static java.lang.String |
UUID_PRIORITY_ICONS_FOLDER |
static java.lang.String |
UUID_PROCESS_DETAILS_PER_PROCESS_MODEL_REPORT |
static java.lang.String |
UUID_PROCESS_INSTANCES_PER_MODEL_REPORT |
static java.lang.String |
UUID_PROCESS_MODEL_REPORT_FOLDER |
static java.lang.String |
UUID_PROCESS_OPTIMIZATION_REPORTS_FOLDER |
static java.lang.String |
UUID_PROCESS_REPORTS_FOLDER |
static java.lang.String |
UUID_PROCESSES_STARTED_BY_ME_REPORT |
static java.lang.String |
UUID_PROCESSES_WITH_PROBLEMS_REPORT |
static java.lang.String |
UUID_RULES_ROOT_FOLDER |
static java.lang.String |
UUID_RUNNING_PROCESSES_PER_MODEL_REPORT |
static java.lang.String |
UUID_STATISTICS_ACROSS_PROCESSES_REPORT |
static java.lang.String |
UUID_SUBPROCESSES_PER_PROCESS_REPORT |
static java.lang.String |
UUID_SUMMARY_REPORTS_FOLDER |
static java.lang.String |
UUID_SYSTEM_DOC_PRIORITY_HIGH |
static java.lang.String |
UUID_SYSTEM_DOC_PRIORITY_LOW |
static java.lang.String |
UUID_SYSTEM_DOC_PRIORITY_NORMAL |
static java.lang.String |
UUID_SYSTEM_FOLDER_TEMPO_ATTACHMENTS
UUID for root folder of tempo attachments
|
static java.lang.String |
UUID_SYSTEM_KNOWLEDGE_CENTER |
static java.lang.String |
UUID_SYSTEM_RECORD_TYPES_FOLDER
Folder containing system record types.
|
static java.lang.String |
UUID_SYSTEM_REPORTS_FOLDER |
static java.lang.String |
UUID_SYSTEM_SYSRULES_DESIGNER_ROOT
Root of all visible system rules.
|
static java.lang.String |
UUID_SYSTEM_SYSRULES_FOLDER_DESIGNER |
static java.lang.String |
UUID_SYSTEM_SYSRULES_FOLDER_ENGINEERING
Folder containing system rules for engineering use
|
static java.lang.String |
UUID_SYSTEM_SYSRULES_FOLDER_EVOLVED_PREVIOUS_VERSIONS |
static java.lang.String |
UUID_SYSTEM_SYSRULES_FOLDER_HOME
Folder containing system rules for home and engineering use
|
static java.lang.String |
UUID_SYSTEM_SYSRULES_INTERNAL_ROOT
Root of all hidden system rules.
|
static java.lang.String |
UUID_TASK_REPORTS_FOLDER |
static java.lang.String |
UUID_TASKS_DUE_TODAY_REPORT |
static java.lang.String |
UUID_TASKS_FOR_USER_REPORT |
static java.lang.String |
UUID_TASKS_PER_PROCESS_MODEL_REPORT |
static java.lang.String |
UUID_TEMPORARY_DOCS_FOLDER |
static java.lang.String |
UUID_TEMPORARY_DOCS_KC |
static java.lang.String |
UUID_USER_COVER_PHOTOS_FOLDER
Folder containing use cover photos.
|
static java.lang.String |
UUID_USER_PICTURES_FOLDER |
static java.lang.String |
UUID_USER_THUMBNAILS_FOLDER |
static java.lang.String |
UUID_VERSIONS_PER_PROCESS_MODEL_REPORT |
static java.lang.Integer |
VERSION_CURRENT
Current version.
|
static java.lang.Integer |
VERSION_ORIGINAL
Oldest version.
|
static int |
VIS_ADVERTISE
Indicates that the content is visible to online search or query, EVEN WHEN USER HAS NO VIEW
PERMISSION (this is used for Medium Security KCs).
|
static int |
VIS_DEFAULT
The default visibility for all content (automatically set by the constructor).
|
static int |
VIS_HIERARCHY
Indicates that the content is visible in hierarchy functions, such as listing children.
|
static int |
VIS_INDEXABLE
Indicates that the content should be included in search index generation.
|
static int |
VIS_QUOTA
Deprecated.
User quotas have been removed. This visibility flag has no effect.
|
static int |
VIS_SEARCHABLE
Indicates that the content is searchable through the search and query API methods.
|
static int |
VIS_SYSTEM
Indicates that the content is system content, which implies special restrictions.
|
static int |
VIS_UNLOGGED
Indicates that the downloads of this content should not be logged for statistics.
|
static final int TYPE_DOCUMENT
Document
.static final int TYPE_FOLDER
Folder
.static final int TYPE_PERSONAL_KC
PersonalKnowledgeCenter
.static final int TYPE_COMMUNITY_KC
CommunityKnowledgeCenter
.static final int TYPE_COMMUNITY
Community
.static final int TYPE_RULE
Rule
.static final int TYPE_APPLICATION
Application
.static final int TYPE_CUSTOM
CustomContent
.static final int TYPE_ANY_KC
KnowledgeCenter
.static final int TYPE_CONTAINER
Container
.static final int TYPE_IGNORE
static final int TYPE_ALL
static final int TYPE_NON_CONTAINER
static final int TYPE_NON_DOCUMENT
static final int TYPE_CONTENT
TypedVariableTypes.CONTENT
.static final int MIGRATION_FLAG
static final int SUBTYPE_RULE_CONSTANT
Constant
.static final int SUBTYPE_RULE_FREEFORM
FreeformRule
.@Deprecated static final int SUBTYPE_RULE_DECISION_TABLE
static final int SUBTYPE_RULE_QUERY
static final int SUBTYPE_RULE_DECISION
static final int SUBTYPE_RULE_OUTBOUND_INTEGRATION
static final int SUBTYPE_RULE_INTERFACE
static final int SUBTYPE_FOLDER_KNOWLEDGE
KnowledgeFolder
.static final int SUBTYPE_FOLDER_RULES
RulesFolder
.static final int SUBTYPE_FOLDER_APPLICATIONS
ApplicationsFolder
.
Note that this is only used in order to create the application's root; however
Application
s are not stored in it.static final int SUBTYPE_FOLDER_DATA_STORE_CONFIGS
static final int SUBTYPE_FOLDER_MIGRATION_FLAGS
static final int SUBTYPE_FOLDER_CONNECTED_SYSTEMS
static final int SUBTYPE_DATA_STORE_CONFIG
static final int SUBTYPE_CONNECTED_SYSTEM
static final int SUBTYPE_MIGRATION_FLAG
static final java.lang.Double NO_EXPIRATION_TIMESTAMP
static final int NO_FORUM
Content.getForum()
to indicate that no forum has been assigned.static final int NO_REVIEW
ContentService.getRequests()
to indicate that there is nothing to view.static final java.lang.Integer INFINITY
static final java.lang.Integer NEGATIVE_INFINITY
static final java.lang.Integer ALLOCATE_FSID
Document.setFileSystemId(Integer)
.static final java.lang.Integer ALLOCATE_PART
com.appiancorp.suiteapi.knowledge.Content#setPartition(Integer)
.static final java.lang.Integer ALLOCATE_GLOBAL_PART
com.appiancorp.suiteapi.knowledge.Content#setPartition(Integer)
.static final int GC_MOD_NORMAL
ContentService.getChildren(Long, ContentFilter, Integer)
to indicate that no
modifiers are present.static final int GC_MOD_DRAFT
ContentService.getChildren(Long, ContentFilter, Integer)
to indicate that
drafts should be returned in addition to published content.static final int GC_MOD_LINKS
ContentService.getChildren(Long, ContentFilter, Integer)
to indicate that links
should be returned as children for containers.static final int GC_MOD_POPULATE_TYPES_OF_CHILDREN
ContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it
should populate Content.getTypesOfChildren()
, which in turn enables
Content.hasChildrenOfType(int)
.static final int GC_VERSIONS_AS_FOLDERS
ContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it
should include versioned documents as folders ending in " (versions)", which in turn enables
getByPath
and {getIdByPath
.static final java.lang.Boolean CHILDREN
ContentService.delete(Long[], Boolean)
or
ContentService.deactivate$UPDATES
to indicate that children should automatically be
deleted or deactivated.static final java.lang.Boolean NO_CHILDREN
ContentService.delete(Long[], Boolean)
or
ContentService.deactivate$UPDATES
to indicate that children should NOT automatically be
deleted or deactivated.static final int STATE_PENDING_APPROVAL
static final int STATE_REJECTED
static final int STATE_PUBLISHED
static final int STATE_ACTIVE
static final int STATE_ACTIVE_PENDING_APPROVAL
static final int STATE_ACTIVE_REJECTED
static final int STATE_ACTIVE_PUBLISHED
static final int VIS_HIERARCHY
static final int VIS_SEARCHABLE
static final int VIS_SYSTEM
@Deprecated static final int VIS_QUOTA
static final int VIS_UNLOGGED
static final int VIS_INDEXABLE
static final int VIS_ADVERTISE
static final int VIS_DEFAULT
static final java.lang.String[] QUERY_KEYWORDS
static final int SEC_PUBLIC
ROLE_AUTHORS
). For content that is NOT public, authors need to get approval to create,
delete and deactivate the content.static final int SEC_INH_VIEWER
static final int SEC_INH_EDITOR
static final int SEC_INH_ADMIN
static final int SEC_ALL_VIEWER
static final int SEC_ALL_EDITOR
static final int SEC_ALL_ADMIN
static final int SEC_CREATOR_ADMIN
ROLE_ADMINISTRATORS
). When retrieving a Content object or a Content role map, this flag can be used as a shortcut
for determining whether the creator user is an administrator of the Content object.static final int SEC_INH_ALL
static final int SEC_INH_ADMIN_MASK
static final java.lang.Boolean RM_AGGREGATE
ContentService.getRoleMap(Long, Boolean)
should aggregate from the
parents if any of the SEC_INH flags are set.static final java.lang.Boolean RM_EXPLICIT
ContentService.getRoleMap(Long, Boolean)
should not aggregate from the
parents, even if any of the SEC_INH flags are set.static final int SYSADMIN_UTYPE
ContentService.activateUserSession(Long[], Long[], Integer)
.static final int SYSADMIN_GRP
static final int AL_INVALID_ID
ContentService.getAccessLevel(Long[], Integer)
is invalid.static final int AL_NONE
ContentService.getAccessLevel(Long[], Integer)
.static final int AL_VIEWER
ContentService.getAccessLevel(Long[], Integer)
.static final int AL_EDITOR
ContentService.getAccessLevel(Long[], Integer)
.static final int AL_ADMIN
ContentService.getAccessLevel(Long[], Integer)
.static final int ACT_DELETE
Content.getActionRequested()
after getting the content from
ContentService.getRequests()
.static final int ACT_DEACTIVATE
Content.getActionRequested()
after getting the content from
ContentService.getRequests()
.static final int ACT_CREATE
Content.getActionRequested()
after getting the content from
ContentService.getRequests()
.static final java.lang.Integer UNIQUE_NONE
static final java.lang.Integer UNIQUE_FOR_PARENT
static final java.lang.Integer UNIQUE_FOR_TYPE
static final java.lang.Integer UNIQUE_FOR_ALL
static final java.lang.Integer UNIQUE_FOR_TYPE_LATEST_VERSION
static final java.lang.Integer UNIQUE_FOR_TYPE_AND_SUBTYPE_LATEST_VERSION
static final java.lang.Integer UNIQUE_FOR_SYSTEM_RULES_LATEST_VERSION
static final int IMPORT_VALID
static final int IMPORT_NAME_EXISTS_WITHIN_TYPE
static final int IMPORT_NAME_EXISTS_WITHIN_PARENT
static final int IMPORT_UUID_EXISTS_ELSEWHERE
static final int IMPORT_INVALID_PRIVILEGE
static final int IMPORT_NAME_WITH_UUID_EXISTS_WITHIN_PARENT
static final java.lang.Integer COLUMN_NONE
static final java.lang.Integer COLUMN_ID
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_VERSION_ID
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_NAME
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_DESCRIPTION
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_TYPE
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_PARENT_ID
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_PARENT_NAME
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_PARENT_TYPE
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_LOG
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_LOG_NAME
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_STATE
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_VISIBILITY
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_SECURITY
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_CREATOR
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_CREATED_TIMESTAMP
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_UPDATED_TIMESTAMP
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_EXPIRATION_TIMESTAMP
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.@Deprecated static final java.lang.Integer COLUMN_METADATA_IDS
static final java.lang.Integer COLUMN_PARTITION
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_PARTITION_NAME
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_FSID
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_EXTENSION
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_SIZE
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_VERSIONS
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_FORUM
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_LOCKED_BY
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_CHANGES_REQUIRE_APPROVAL
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_EXPIRATION_DAYS
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_NUMBER_OF_VERSIONS
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging
functions.static final java.lang.Integer COLUMN_FSID_COUNT
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_SUBTYPE
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_ATTRIBUTES
ContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions.static final java.lang.Integer COLUMN_UUID
ContentService.updateFields(Content, Integer[], Integer)
and
sorting within paging functions.static final java.lang.Integer COLUMN_ACTION_REQUESTED
static final java.lang.Integer COLUMN_ACTION_REQUESTER
static final java.lang.Long COMMUNITY_ROOT
static final java.lang.Long KNOWLEDGE_ROOT
@Deprecated static final java.lang.String KNOWLEDGE_ROOT_SYSTEM_ID
UUID_COMMUNITY_ROOT
and ContentService.getIdByUuid(String)
@Deprecated static final java.lang.String RULES_ROOT_SYSTEM_ID
UUID_RULES_ROOT_FOLDER
and ContentService.getIdByUuid(String)
static final java.lang.String RULES_ROOT_NAME
static final java.lang.String SYSTEM_SYSRULES_DESIGNER_ROOT_NAME
static final java.lang.String SYSTEM_SYSRULES_INTERNAL_ROOT_NAME
static final java.lang.String RULES_ROOT_DESCRIPTION
static final java.lang.String SYSTEM_SYSRULES_DESIGNER_ROOT_DESCRIPTION
static final java.lang.String SYSTEM_SYSRULES_INTERNAL_ROOT_DESCRIPTION
static final java.lang.String SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_NAME
static final java.lang.String SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_DESCRIPTION
static final java.lang.String SYSTEM_FOLDER_COVER_PHOTOS_NAME
static final java.lang.String SYSTEM_FOLDER_RECORD_TYPES_NAME
static final java.lang.String SYSTEM_IX_FOLDER_NAME
static final java.lang.String SYSTEM_ASYNC_INSPECT_FOLDER_NAME
static final java.lang.String SYSTEM_OBJECT_TEMPLATES_FOLDER_NAME
static final java.lang.String SYSTEM_PACKAGES_FOLDER_NAME
static final java.lang.String SYSTEM_OPENAPI_FOLDER_NAME
static final java.lang.String SYSTEM_FOLDER_OFFLINE_RULE_BUNDLES_NAME
static final java.lang.String APPLICATIONS_ROOT_NAME
static final java.lang.String APPLICATIONS_ROOT_DESCRIPTION
static final java.lang.Integer VERSION_CURRENT
static final java.lang.String SECURITY_MANAGER_CONFIG
static final java.lang.String CONTENT_SECURITY_TYPE
@Deprecated static final java.lang.String CREATION_SECURITY_TYPE
static final java.lang.String ROLE_READERS
static final java.lang.String ROLE_AUTHORS
static final java.lang.String ROLE_ADMINISTRATORS
static final java.lang.String ROLE_DENY_READERS
static final java.lang.String ROLE_DENY_AUTHORS
static final java.lang.String ROLE_DENY_ADMINISTRATORS
static final java.lang.String[] ROLE_MAP_ROLES
static final java.lang.String[] RESTRICTION_ROLE_MAP_ROLES
static final java.lang.String RULE_ENCODING
static final java.lang.String KM_SECURITY_COMMUNITY
static final java.lang.String KM_SECURITY_KNOWLEDGE_CENTER
static final java.lang.String KM_SECURITY_FOLDER
static final java.lang.String KM_SECURITY_CONTENT_COMMUNITY
static final java.lang.String KM_SECURITY_CONTENT_KC
static final java.lang.String KM_SECURITY_CONTENT_FOLDER
static final java.lang.Integer KM_EXPIRATION_DURATION_CHECK
@Deprecated static final ContentFilter FILTER_TYPE_ALL
ContentFilter.ALL
static final java.lang.Integer VERSION_ORIGINAL
static final java.lang.String I18N_PREFIX
static final java.lang.String SYSTEM_RECORD_TYPE_NAME_PREFIX
static final java.lang.String UUID_COMMUNITY_ROOT
static final java.lang.String UUID_DEFAULT_COMMUNITY
static final java.lang.String UUID_SYSTEM_KNOWLEDGE_CENTER
static final java.lang.String UUID_TEMPORARY_DOCS_KC
static final java.lang.String UUID_TEMPORARY_DOCS_FOLDER
static final java.lang.String UUID_SYSTEM_REPORTS_FOLDER
static final java.lang.String UUID_RULES_ROOT_FOLDER
static final java.lang.String UUID_USER_PICTURES_FOLDER
static final java.lang.String UUID_USER_THUMBNAILS_FOLDER
static final java.lang.String UUID_IX_FOLDER
static final java.lang.String UUID_ASYNC_INSPECT_FOLDER
static final java.lang.String UUID_OBJECT_TEMPLATES_FOLDER
static final java.lang.String UUID_PACKAGES_FOLDER
static final java.lang.String UUID_USER_COVER_PHOTOS_FOLDER
static final java.lang.String UUID_SYSTEM_RECORD_TYPES_FOLDER
static final java.lang.String UUID_PRIORITY_ICONS_FOLDER
static final java.lang.String UUID_LEADER_MESSAGE_PICTURES_FOLDER
static final java.lang.String UUID_EMAIL_FOOTER_TEMPLATE
static final java.lang.String UUID_EMAIL_HEADER_TEMPLATE
static final java.lang.String UUID_EMAIL_TEMPLATE_FOLDER
static final java.lang.String UUID_SYSTEM_DOC_PRIORITY_HIGH
static final java.lang.String UUID_SYSTEM_DOC_PRIORITY_NORMAL
static final java.lang.String UUID_SYSTEM_DOC_PRIORITY_LOW
static final java.lang.String UUID_APPLICATIONS_ROOT
static final java.lang.String UUID_APPLICATIONS_HOME
static final java.lang.String UUID_DATA_STORE_CONFIGS_ROOT_FOLDER
static final java.lang.String UUID_PERFORMANCE_INDICATOR_GREEN
static final java.lang.String UUID_PERFORMANCE_INDICATOR_YELLOW
static final java.lang.String UUID_PERFORMANCE_INDICATOR_RED
static final java.lang.String UUID_NAVIGATION_CONFIG
static final java.lang.String UUID_SYSTEM_SYSRULES_DESIGNER_ROOT
static final java.lang.String UUID_SYSTEM_SYSRULES_FOLDER_DESIGNER
static final java.lang.String UUID_SYSTEM_SYSRULES_FOLDER_ENGINEERING
static final java.lang.String UUID_SYSTEM_SYSRULES_FOLDER_HOME
static final java.lang.String UUID_SYSTEM_SYSRULES_FOLDER_EVOLVED_PREVIOUS_VERSIONS
static final java.lang.String UUID_SYSTEM_SYSRULES_INTERNAL_ROOT
static final java.lang.String UUID_PROCESS_MODEL_REPORT_FOLDER
static final java.lang.String UUID_ALL_PROCESS_MODELS_REPORT
static final java.lang.String UUID_PROCESS_DETAILS_PER_PROCESS_MODEL_REPORT
static final java.lang.String UUID_RUNNING_PROCESSES_PER_MODEL_REPORT
static final java.lang.String UUID_PROCESS_INSTANCES_PER_MODEL_REPORT
static final java.lang.String UUID_VERSIONS_PER_PROCESS_MODEL_REPORT
static final java.lang.String UUID_PROCESS_OPTIMIZATION_REPORTS_FOLDER
static final java.lang.String UUID_NODE_STATS_PER_PROCESS_MODEL_REPORT
static final java.lang.String UUID_NODE_STATS_PER_PROCESS_REPORT
static final java.lang.String UUID_PROCESS_REPORTS_FOLDER
static final java.lang.String UUID_ACTIVE_PROCESSES_REPORT
static final java.lang.String UUID_ALL_PROCESSES_REPORT
static final java.lang.String UUID_CANCELED_PROCESSES_REPORT
static final java.lang.String UUID_COMPLETED_PROCESSES_REPORT
static final java.lang.String UUID_FAVORITE_PROCESSES_REPORT
static final java.lang.String UUID_PROCESSES_WITH_PROBLEMS_REPORT
static final java.lang.String UUID_PAUSED_PROCESSES_REPORT
static final java.lang.String UUID_PROCESSES_STARTED_BY_ME_REPORT
static final java.lang.String UUID_SUBPROCESSES_PER_PROCESS_REPORT
static final java.lang.String UUID_SUMMARY_REPORTS_FOLDER
static final java.lang.String UUID_FAVORITE_PROCESS_MODELS_REPORT
static final java.lang.String UUID_MOST_ACTIVE_PROCESS_MODELS_REPORT
static final java.lang.String UUID_STATISTICS_ACROSS_PROCESSES_REPORT
static final java.lang.String UUID_TASK_REPORTS_FOLDER
static final java.lang.String UUID_ACTIVE_TASKS_REPORT
static final java.lang.String UUID_ACTIVE_TASKS_GROUP_REPORT
static final java.lang.String UUID_ACTIVE_TASKS_GROUP_MEMBERS_REPORT
static final java.lang.String UUID_ALL_TASKS_REPORT
static final java.lang.String UUID_COMPLETED_TASKS_REPORT
static final java.lang.String UUID_CURRENT_TASKS_PER_PROCESS_REPORT
static final java.lang.String UUID_FAVORITE_TASKS_REPORT
static final java.lang.String UUID_HIGH_PRIORITY_TASKS_REPORT
static final java.lang.String UUID_OVERDUE_TASKS_REPORT
static final java.lang.String UUID_TASKS_DUE_TODAY_REPORT
static final java.lang.String UUID_TASKS_FOR_USER_REPORT
static final java.lang.String UUID_TASKS_PER_PROCESS_MODEL_REPORT
static final java.lang.String UUID_MIGRATION_FLAGS_ROOT_FOLDER
static final java.lang.String UUID_SYSTEM_FOLDER_TEMPO_ATTACHMENTS
static final java.lang.String UUID_OPENAPI_FOLDER
static final java.lang.String UUID_OFFLINE_RULE_BUNDLES_FOLDER
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.