Package com.appiancorp.suiteapi.content
Interface ContentConstants
- All Known Implementing Classes:
Application
,ApplicationsFolder
,Community
,CommunityKnowledgeCenter
,Constant
,Container
,Content
,CustomContent
,Document
,Folder
,FreeformRule
,KnowledgeCenter
,KnowledgeFolder
,PersonalKnowledgeCenter
,Rule
,RulesFolder
public interface ContentConstants
Contains constants for use with Content.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Indicates that the content has a create action pending approval.static final int
Indicates that the content has a deactivate action pending approval.static final int
Indicates that the content has a delete action pending approval.static final int
Indicates that the current user has admin access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.static final int
Indicates that the current user has edit access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.static final int
Indicates that the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
is invalid.static final int
Indicates that the current user has no access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.static final int
Indicates that the current user has view access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.static final Integer
Indicates that the database should determine what the file system ID should be for a document.static final Integer
Indicates that the database should determine what the partition should be for a KC.static final Integer
Indicates that the database should determine what the partition should be for a document.static final String
Internationalization key for the description of the root Apps folder.static final String
Internationalization key for the name of the root Apps folder.static final Boolean
Pass toContentService.delete(Long[], Boolean)
orContentService.deactivate$UPDATES
to indicate that children should automatically be deleted or deactivated.static final Integer
Action Requested column.static final Integer
Action Requester column.static final Integer
Attributes column.static final Integer
Changes Require Approval column.static final Integer
Created Timestamp column.static final Integer
Creator column.static final Integer
Description column.static final Integer
Expiration Days column.static final Integer
Expiration Timestamp column.static final Integer
Extension column.static final Integer
Forum column.static final Integer
FSID column.static final Integer
FSID count column.static final Integer
Id column.static final Integer
Locked by column.static final Integer
Log column.static final Integer
Log Name column.static final Integer
Deprecated.Use attributes to associate metadata instead.static final Integer
Name column.static final Integer
Use this if you do not want a paging function to sort.static final Integer
Number of Versions column.static final Integer
Parent Id column.static final Integer
Parent Name column.static final Integer
Parent Type column.static final Integer
Partition column.static final Integer
Partition Name column.static final Integer
Security column.static final Integer
Size column.static final Integer
State column.static final Integer
Subtype column.static final Integer
Type column.static final Integer
Updated Timestamp column.static final Integer
Uuid column.static final Integer
Version Id column.static final Integer
Versions column.static final Integer
Visibility column.static final Long
Community RootID.static final String
The Security Manager Configuration type for content.static final String
Deprecated.No longer usedstatic final ContentFilter
Deprecated.static final int
Pass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that drafts should be returned in addition to published content.static final int
Pass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that links should be returned as children for containers.static final int
Pass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that no modifiers are present.static final int
Pass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it should populateContent.getTypesOfChildren()
, which in turn enablesContent.hasChildrenOfType(int)
.static final int
Pass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it should include versioned documents as folders ending in " (versions)", which in turn enablesgetByPath
and {getIdByPath
.static final String
static final int
You do not have permission to import to that location.static final int
A content item already exists with the same name and parent.static final int
A content item already exists with the same name and type.static final int
A content item already exists with the same name, uuid, and parent.static final int
A content item already exists with the same uuid.static final int
Content is valid for import.static final Integer
Represents infinity to the database (used for some other constants).static final Integer
File Expirationstatic final String
The Security Manager Configuration type for community.static final String
The Security Manager Configuration Content Type name for community.static final String
The Security Manager Configuration Content Type name for Knowledge Folder.static final String
The Security Manager Configuration Content Type name for Knowledge Center.static final String
The Security Manager Configuration type for Knowledge Folder.static final String
The Security Manager Configuration type for Knowledge Center.static final Long
Knowledge Root content ID.static final String
Deprecated.static final int
Migration Flag Type.static final Integer
Represents negative infinity to the database (used for some other constants).static final Boolean
Pass toContentService.delete(Long[], Boolean)
orContentService.deactivate$UPDATES
to indicate that children should NOT automatically be deleted or deactivated.static final Double
Timestamp to use for the expiration timestamp if you do not want the document to expire.static final int
Returned byContent.getForum()
to indicate that no forum has been assigned.static final int
Returned byContentService.getRequests()
to indicate that there is nothing to view.static final String[]
Special keywords for the query indicating which content to return and which fields to search for specified query terms.static final String[]
Names of all the roles within a Content restriction role map.static final Boolean
Indicates thatContentService.getRoleMap(Long, Boolean)
should aggregate from the parents if any of the SEC_INH flags are set.static final Boolean
Indicates thatContentService.getRoleMap(Long, Boolean)
should not aggregate from the parents, even if any of the SEC_INH flags are set.static final String
Has administrative privileges.static final String
Has write privileges.static final String
Explicitly deny administrative privileges.static final String
Explicitly deny write privileges.static final String
Explicitly deny read privileges.static final String[]
Names of all the roles within a Content role map.static final String
Has read privileges.static final String
Encoding used when importing/exporting rules.static final String
Internationalization key for the description of the root Rules folder.static final String
Internationalization key for the name of the root Rules folder.static final String
Deprecated.static final int
Indicates that all users should have admin privileges, including ANONYMOUS.static final int
Indicates that all users should have editor privileges, including ANONYMOUS.static final int
Indicates that all users should have viewer privileges, including ANONYMOUS.static final int
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 roleROLE_ADMINISTRATORS
).static final int
Indicates that the content should inherit admin privileges from its parent.static final int
Bitmask to use to remove viewer and editor inheritances.static final int
Indicates that the content should inherit all privileges (viewer, editor, admin) from its parent.static final int
Indicates that the content should inherit editor privileges from its parent.static final int
Indicates that the content should inherit viewer privileges from its parent.static final int
Indicates that the content is public.static final String
Security manager configuration file name (without the .xml).static final int
Amount to add to inactive states to get the equivalent active states.static final int
State indicating that the content is active and is pending approval.static final int
State indicating that the content is active and has been published.static final int
State indicating that the content is active and was rejected in the approval process.static final int
State indicating that the content is inactive and is pending approval.static final int
State indicating that the content is inactive and has been published.static final int
State indicating that the content is inactive and was rejected in the approval process.static final int
Subtype for Connected System objectsstatic final int
Reserved subtype for future use.static final int
Applications folder subtype for Folders.static final int
Root folder for Connected System objects.static final int
Reserved subtype for future use.static final int
Knowledge folder subtype for Folders.static final int
Root folder for Migration Flags objects.static final int
Rules folder subtype for Folders.static final int
Subtype for Migration Flag objectsstatic final int
Constant subtype for Rules.static final int
static final int
Deprecated.Was never supported.static final int
Freeform rule subtype for Rules.static final int
static final int
static final int
Reserved subtype for future use.static final int
The group ID for system administrators.static final int
User type indicating that the user is the system administrator for content.static final String
Name of the external System IX sub folder.static final String
Name of the System Copilot folder.static final String
Name of the System User Cover Photos folder.static final String
Name of the System Rule Bundles folderstatic final String
Name of the System Record Types folder.static final String
Internationalization key for the description of the root System Tempo Attachments folder.static final String
Internationalization key for the name of the root System Tempo Attachments folder.static final String
Name of the System IX folder.static final String
Name of the object templates System IX sub folder.static final String
Name of the System OpenAPI folder.static final String
Name of the System Packages folder.static final String
Prefix for all system record zipsstatic final String
Description of visible system rules root.static final String
Name of visible system rules root.static final String
Description of hidden system rules root.static final String
Name of hidden system rules root.static final int
Type mask to match any type.static final int
Knowledge Center type, includes both personal and community KCs.static final int
Application type.static final int
Community type.static final int
Community Knowledge Center type.static final int
Container type, includes communities, KCs, and folders.static final int
Content type, includes folders and documents.static final int
Custom content type.static final int
Document type.static final int
Folder type.static final int
Type mask to ignore the type (matches any type).static final int
Typemask to exclude only containers.static final int
Typemask to exclude documents.static final int
Personal Knowledge Center type.static final int
Rule type.static final Integer
Names must be unique for all content.static final Integer
Names must be unique among siblings.static final Integer
Names must be unique within system rules and constants but only within the latest versionsstatic final Integer
Names must be unique within type.static final Integer
Names must be unique within type and sub-type but only within the latest versionsstatic final Integer
Names must be unique within type but only within the latest versionsstatic final Integer
No checks for name uniqueness.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
IX sub folder containing async inspection json files of inspection requests.static final String
static final String
System Objects UUIDsstatic final String
static final String
static final String
Folder containing user-uploaded pdfs converted to SAIL using Co-pilot.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Folder containing import and export zips and logs.static final String
static final String
UUID for root folder of migration flag objectsstatic final String
static final String
static final String
static final String
static final String
IX sub folder containing object templates ix documents.static final String
UUID of the System Rule Bundles folderstatic final String
Folder containing export OpenAPI documents.static final String
static final String
Folder containing the database scripts, plugins and other documents belonging to packages.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
UUID for root folder of tempo attachmentsstatic final String
static final String
Folder containing system record types.static final String
static final String
Root of all visible system rules.static final String
static final String
Folder containing system rules for engineering usestatic final String
static final String
Folder containing system rules for home and engineering usestatic final String
Root of all hidden system rules.static final String
static final String
static final String
static final String
static final String
static final String
static final String
Folder containing use cover photos.static final String
static final String
static final String
static final Integer
Current version.static final Integer
Oldest version.static final int
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 final int
The default visibility for all content (automatically set by the constructor).static final int
Indicates that the content is visible in hierarchy functions, such as listing children.static final int
Indicates that the content should be included in search index generation.static final int
Deprecated.User quotas have been removed.static final int
Indicates that the content is searchable through the search and query API methods.static final int
Indicates that the content is system content, which implies special restrictions.static final int
Indicates that the downloads of this content should not be logged for statistics.
-
Field Details
-
TYPE_DOCUMENT
static final int TYPE_DOCUMENTDocument type. Corresponds withDocument
.- See Also:
-
TYPE_FOLDER
static final int TYPE_FOLDERFolder type. Corresponds withFolder
.- See Also:
-
TYPE_PERSONAL_KC
static final int TYPE_PERSONAL_KCPersonal Knowledge Center type. Corresponds withPersonalKnowledgeCenter
.- See Also:
-
TYPE_COMMUNITY_KC
static final int TYPE_COMMUNITY_KCCommunity Knowledge Center type. Corresponds withCommunityKnowledgeCenter
.- See Also:
-
TYPE_COMMUNITY
static final int TYPE_COMMUNITYCommunity type. Corresponds withCommunity
.- See Also:
-
TYPE_RULE
static final int TYPE_RULERule type. Corresponds withRule
.- See Also:
-
TYPE_APPLICATION
static final int TYPE_APPLICATIONApplication type. Corresponds withApplication
.- See Also:
-
TYPE_CUSTOM
static final int TYPE_CUSTOMCustom content type. Consultants should use this for their own custom content. Corresponds withCustomContent
.- See Also:
-
TYPE_ANY_KC
static final int TYPE_ANY_KCKnowledge Center type, includes both personal and community KCs. Types included are sub-classes ofKnowledgeCenter
.- See Also:
-
TYPE_CONTAINER
static final int TYPE_CONTAINERContainer type, includes communities, KCs, and folders. Types included are sub-classes ofContainer
.- See Also:
-
TYPE_IGNORE
static final int TYPE_IGNOREType mask to ignore the type (matches any type).- See Also:
-
TYPE_ALL
static final int TYPE_ALLType mask to match any type.- See Also:
-
TYPE_NON_CONTAINER
static final int TYPE_NON_CONTAINERTypemask to exclude only containers.- See Also:
-
TYPE_NON_DOCUMENT
static final int TYPE_NON_DOCUMENTTypemask to exclude documents.- See Also:
-
TYPE_CONTENT
static final int TYPE_CONTENTContent type, includes folders and documents. Corresponds withTypedVariableTypes.CONTENT
.- See Also:
-
MIGRATION_FLAG
static final int MIGRATION_FLAGMigration Flag Type. Differentiated from Community KC with subtype.- See Also:
-
SUBTYPE_RULE_CONSTANT
static final int SUBTYPE_RULE_CONSTANTConstant subtype for Rules. Corresponds withConstant
.- See Also:
-
SUBTYPE_RULE_FREEFORM
static final int SUBTYPE_RULE_FREEFORMFreeform rule subtype for Rules. Corresponds withFreeformRule
.- See Also:
-
SUBTYPE_RULE_DECISION_TABLE
Deprecated.Was never supported.- See Also:
-
SUBTYPE_RULE_QUERY
static final int SUBTYPE_RULE_QUERYReserved subtype for future use. Structured query rule subtype for Rules.- See Also:
-
SUBTYPE_RULE_DECISION
static final int SUBTYPE_RULE_DECISION- See Also:
-
SUBTYPE_RULE_OUTBOUND_INTEGRATION
static final int SUBTYPE_RULE_OUTBOUND_INTEGRATION- See Also:
-
SUBTYPE_RULE_INTERFACE
static final int SUBTYPE_RULE_INTERFACE- See Also:
-
SUBTYPE_FOLDER_KNOWLEDGE
static final int SUBTYPE_FOLDER_KNOWLEDGEKnowledge folder subtype for Folders. Corresponds withKnowledgeFolder
.- See Also:
-
SUBTYPE_FOLDER_RULES
static final int SUBTYPE_FOLDER_RULESRules folder subtype for Folders. Corresponds withRulesFolder
.- See Also:
-
SUBTYPE_FOLDER_APPLICATIONS
static final int SUBTYPE_FOLDER_APPLICATIONSApplications folder subtype for Folders. Corresponds withApplicationsFolder
. Note that this is only used in order to create the application's root; howeverApplication
s are not stored in it.- See Also:
-
SUBTYPE_FOLDER_DATA_STORE_CONFIGS
static final int SUBTYPE_FOLDER_DATA_STORE_CONFIGSReserved subtype for future use. Root folder for Data Store objects.- See Also:
-
SUBTYPE_FOLDER_MIGRATION_FLAGS
static final int SUBTYPE_FOLDER_MIGRATION_FLAGSRoot folder for Migration Flags objects.- See Also:
-
SUBTYPE_FOLDER_CONNECTED_SYSTEMS
static final int SUBTYPE_FOLDER_CONNECTED_SYSTEMSRoot folder for Connected System objects.- See Also:
-
SUBTYPE_DATA_STORE_CONFIG
static final int SUBTYPE_DATA_STORE_CONFIGReserved subtype for future use. Subtype for Data Store objects.- See Also:
-
SUBTYPE_CONNECTED_SYSTEM
static final int SUBTYPE_CONNECTED_SYSTEMSubtype for Connected System objects- See Also:
-
SUBTYPE_MIGRATION_FLAG
static final int SUBTYPE_MIGRATION_FLAGSubtype for Migration Flag objects- See Also:
-
NO_EXPIRATION_TIMESTAMP
Timestamp to use for the expiration timestamp if you do not want the document to expire. -
NO_FORUM
static final int NO_FORUMReturned byContent.getForum()
to indicate that no forum has been assigned.- See Also:
-
NO_REVIEW
static final int NO_REVIEWReturned byContentService.getRequests()
to indicate that there is nothing to view.- See Also:
-
INFINITY
Represents infinity to the database (used for some other constants). -
NEGATIVE_INFINITY
Represents negative infinity to the database (used for some other constants). -
ALLOCATE_FSID
Indicates that the database should determine what the file system ID should be for a document. Used withDocument.setFileSystemId(Integer)
. -
ALLOCATE_PART
Indicates that the database should determine what the partition should be for a document. Used withcom.appiancorp.suiteapi.knowledge.Content#setPartition(Integer)
. -
ALLOCATE_GLOBAL_PART
Indicates that the database should determine what the partition should be for a KC. Used withcom.appiancorp.suiteapi.knowledge.Content#setPartition(Integer)
. -
GC_MOD_NORMAL
static final int GC_MOD_NORMALPass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that no modifiers are present.- See Also:
-
GC_MOD_DRAFT
static final int GC_MOD_DRAFTPass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that drafts should be returned in addition to published content.- See Also:
-
GC_MOD_LINKS
static final int GC_MOD_LINKSPass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that links should be returned as children for containers.- See Also:
-
GC_MOD_POPULATE_TYPES_OF_CHILDREN
static final int GC_MOD_POPULATE_TYPES_OF_CHILDRENPass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it should populateContent.getTypesOfChildren()
, which in turn enablesContent.hasChildrenOfType(int)
.- See Also:
-
GC_VERSIONS_AS_FOLDERS
static final int GC_VERSIONS_AS_FOLDERSPass toContentService.getChildren(Long, ContentFilter, Integer)
to indicate that it should include versioned documents as folders ending in " (versions)", which in turn enablesgetByPath
and {getIdByPath
.- See Also:
-
CHILDREN
Pass toContentService.delete(Long[], Boolean)
orContentService.deactivate$UPDATES
to indicate that children should automatically be deleted or deactivated. -
NO_CHILDREN
Pass toContentService.delete(Long[], Boolean)
orContentService.deactivate$UPDATES
to indicate that children should NOT automatically be deleted or deactivated. -
STATE_PENDING_APPROVAL
static final int STATE_PENDING_APPROVALState indicating that the content is inactive and is pending approval.- See Also:
-
STATE_REJECTED
static final int STATE_REJECTEDState indicating that the content is inactive and was rejected in the approval process.- See Also:
-
STATE_PUBLISHED
static final int STATE_PUBLISHEDState indicating that the content is inactive and has been published.- See Also:
-
STATE_ACTIVE
static final int STATE_ACTIVEAmount to add to inactive states to get the equivalent active states.- See Also:
-
STATE_ACTIVE_PENDING_APPROVAL
static final int STATE_ACTIVE_PENDING_APPROVALState indicating that the content is active and is pending approval.- See Also:
-
STATE_ACTIVE_REJECTED
static final int STATE_ACTIVE_REJECTEDState indicating that the content is active and was rejected in the approval process.- See Also:
-
STATE_ACTIVE_PUBLISHED
static final int STATE_ACTIVE_PUBLISHEDState indicating that the content is active and has been published.- See Also:
-
VIS_HIERARCHY
static final int VIS_HIERARCHYIndicates that the content is visible in hierarchy functions, such as listing children. Not currently enforced.- See Also:
-
VIS_SEARCHABLE
static final int VIS_SEARCHABLEIndicates that the content is searchable through the search and query API methods.- See Also:
-
VIS_SYSTEM
static final int VIS_SYSTEMIndicates that the content is system content, which implies special restrictions.- See Also:
-
VIS_QUOTA
Deprecated.User quotas have been removed. This visibility flag has no effect.Indicates that the content's size count toward the space quota. Only set this once within any parent/child chain.- See Also:
-
VIS_UNLOGGED
static final int VIS_UNLOGGEDIndicates that the downloads of this content should not be logged for statistics.- See Also:
-
VIS_INDEXABLE
static final int VIS_INDEXABLEIndicates that the content should be included in search index generation.- See Also:
-
VIS_ADVERTISE
static final int VIS_ADVERTISEIndicates that the content is visible to online search or query, EVEN WHEN USER HAS NO VIEW PERMISSION (this is used for Medium Security KCs).- See Also:
-
VIS_DEFAULT
static final int VIS_DEFAULTThe default visibility for all content (automatically set by the constructor).- See Also:
-
QUERY_KEYWORDS
Special keywords for the query indicating which content to return and which fields to search for specified query terms. -
SEC_PUBLIC
static final int SEC_PUBLICIndicates that the content is public. This setting affects the author role (ROLE_AUTHORS
). For content that is NOT public, authors need to get approval to create, delete and deactivate the content.- See Also:
-
SEC_INH_VIEWER
static final int SEC_INH_VIEWERIndicates that the content should inherit viewer privileges from its parent.- See Also:
-
SEC_INH_EDITOR
static final int SEC_INH_EDITORIndicates that the content should inherit editor privileges from its parent.- See Also:
-
SEC_INH_ADMIN
static final int SEC_INH_ADMINIndicates that the content should inherit admin privileges from its parent.- See Also:
-
SEC_ALL_VIEWER
static final int SEC_ALL_VIEWERIndicates that all users should have viewer privileges, including ANONYMOUS.- See Also:
-
SEC_ALL_EDITOR
static final int SEC_ALL_EDITORIndicates that all users should have editor privileges, including ANONYMOUS.- See Also:
-
SEC_ALL_ADMIN
static final int SEC_ALL_ADMINIndicates that all users should have admin privileges, including ANONYMOUS.- See Also:
-
SEC_CREATOR_ADMIN
static final int SEC_CREATOR_ADMINWhen 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 roleROLE_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.- See Also:
-
SEC_INH_ALL
static final int SEC_INH_ALLIndicates that the content should inherit all privileges (viewer, editor, admin) from its parent.- See Also:
-
SEC_INH_ADMIN_MASK
static final int SEC_INH_ADMIN_MASKBitmask to use to remove viewer and editor inheritances. Bitwise and it with the current security to apply it.- See Also:
-
RM_AGGREGATE
Indicates thatContentService.getRoleMap(Long, Boolean)
should aggregate from the parents if any of the SEC_INH flags are set. -
RM_EXPLICIT
Indicates thatContentService.getRoleMap(Long, Boolean)
should not aggregate from the parents, even if any of the SEC_INH flags are set. -
SYSADMIN_UTYPE
static final int SYSADMIN_UTYPEUser type indicating that the user is the system administrator for content. Pass this toContentService.activateUserSession(Long[], Long[], Integer)
.- See Also:
-
SYSADMIN_GRP
static final int SYSADMIN_GRPThe group ID for system administrators.- See Also:
-
AL_INVALID_ID
static final int AL_INVALID_IDIndicates that the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
is invalid.- See Also:
-
AL_NONE
static final int AL_NONEIndicates that the current user has no access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.- See Also:
-
AL_VIEWER
static final int AL_VIEWERIndicates that the current user has view access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.- See Also:
-
AL_EDITOR
static final int AL_EDITORIndicates that the current user has edit access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.- See Also:
-
AL_ADMIN
static final int AL_ADMINIndicates that the current user has admin access to the corresponding ID passed toContentService.getAccessLevel(Long[], Integer)
.- See Also:
-
ACT_DELETE
static final int ACT_DELETEIndicates that the content has a delete action pending approval. The requested action can be obtained fromContent.getActionRequested()
after getting the content fromContentService.getRequests()
.- See Also:
-
ACT_DEACTIVATE
static final int ACT_DEACTIVATEIndicates that the content has a deactivate action pending approval. The requested action can be obtained fromContent.getActionRequested()
after getting the content fromContentService.getRequests()
.- See Also:
-
ACT_CREATE
static final int ACT_CREATEIndicates that the content has a create action pending approval. The requested action can be obtained fromContent.getActionRequested()
after getting the content fromContentService.getRequests()
.- See Also:
-
UNIQUE_NONE
No checks for name uniqueness. -
UNIQUE_FOR_PARENT
Names must be unique among siblings. -
UNIQUE_FOR_TYPE
Names must be unique within type. -
UNIQUE_FOR_ALL
Names must be unique for all content. -
UNIQUE_FOR_TYPE_LATEST_VERSION
Names must be unique within type but only within the latest versions -
UNIQUE_FOR_TYPE_AND_SUBTYPE_LATEST_VERSION
Names must be unique within type and sub-type but only within the latest versions -
UNIQUE_FOR_SYSTEM_RULES_LATEST_VERSION
Names must be unique within system rules and constants but only within the latest versions -
IMPORT_VALID
static final int IMPORT_VALIDContent is valid for import.- See Also:
-
IMPORT_NAME_EXISTS_WITHIN_TYPE
static final int IMPORT_NAME_EXISTS_WITHIN_TYPEA content item already exists with the same name and type. Valid for rule folders, not for rules.- See Also:
-
IMPORT_NAME_EXISTS_WITHIN_PARENT
static final int IMPORT_NAME_EXISTS_WITHIN_PARENTA content item already exists with the same name and parent.- See Also:
-
IMPORT_UUID_EXISTS_ELSEWHERE
static final int IMPORT_UUID_EXISTS_ELSEWHEREA content item already exists with the same uuid.- See Also:
-
IMPORT_INVALID_PRIVILEGE
static final int IMPORT_INVALID_PRIVILEGEYou do not have permission to import to that location.- See Also:
-
IMPORT_NAME_WITH_UUID_EXISTS_WITHIN_PARENT
static final int IMPORT_NAME_WITH_UUID_EXISTS_WITHIN_PARENTA content item already exists with the same name, uuid, and parent. This is a valid import code if you want to create a new version- See Also:
-
COLUMN_NONE
Use this if you do not want a paging function to sort. -
COLUMN_ID
Id column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_VERSION_ID
Version Id column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_NAME
Name column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_DESCRIPTION
Description column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_TYPE
Type column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_PARENT_ID
Parent Id column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_PARENT_NAME
Parent Name column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_PARENT_TYPE
Parent Type column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_LOG
Log column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_LOG_NAME
Log Name column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_STATE
State column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_VISIBILITY
Visibility column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_SECURITY
Security column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_CREATOR
Creator column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_CREATED_TIMESTAMP
Created Timestamp column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_UPDATED_TIMESTAMP
Updated Timestamp column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_EXPIRATION_TIMESTAMP
Expiration Timestamp column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_METADATA_IDS
Deprecated.Use attributes to associate metadata instead.Metadata Ids column. -
COLUMN_PARTITION
Partition column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_PARTITION_NAME
Partition Name column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_FSID
FSID column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_EXTENSION
Extension column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_SIZE
Size column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_VERSIONS
Versions column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_FORUM
Forum column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_LOCKED_BY
Locked by column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_CHANGES_REQUIRE_APPROVAL
Changes Require Approval column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_EXPIRATION_DAYS
Expiration Days column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_NUMBER_OF_VERSIONS
Number of Versions column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_FSID_COUNT
FSID count column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_SUBTYPE
Subtype column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_ATTRIBUTES
Attributes column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_UUID
Uuid column. Used forContentService.updateFields(Content, Integer[], Integer)
and sorting within paging functions. -
COLUMN_ACTION_REQUESTED
Action Requested column. Used for sorting when viewing Pending Changes. -
COLUMN_ACTION_REQUESTER
Action Requester column. Used for sorting when viewing Pending Changes. -
COMMUNITY_ROOT
Community RootID. -
KNOWLEDGE_ROOT
Knowledge Root content ID. -
KNOWLEDGE_ROOT_SYSTEM_ID
Deprecated.Knowledge Root system ID.- See Also:
-
RULES_ROOT_SYSTEM_ID
Deprecated.Rules Root system ID.- See Also:
-
RULES_ROOT_NAME
Internationalization key for the name of the root Rules folder.- See Also:
-
SYSTEM_SYSRULES_DESIGNER_ROOT_NAME
Name of visible system rules root.- See Also:
-
SYSTEM_SYSRULES_INTERNAL_ROOT_NAME
Name of hidden system rules root.- See Also:
-
RULES_ROOT_DESCRIPTION
Internationalization key for the description of the root Rules folder.- See Also:
-
SYSTEM_SYSRULES_DESIGNER_ROOT_DESCRIPTION
Description of visible system rules root.- See Also:
-
SYSTEM_SYSRULES_INTERNAL_ROOT_DESCRIPTION
Description of hidden system rules root.- See Also:
-
SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_NAME
Internationalization key for the name of the root System Tempo Attachments folder.- See Also:
-
SYSTEM_FOLDER_TEMPO_ATTACHMENTS_ROOT_DESCRIPTION
Internationalization key for the description of the root System Tempo Attachments folder.- See Also:
-
SYSTEM_FOLDER_COVER_PHOTOS_NAME
Name of the System User Cover Photos folder.- See Also:
-
SYSTEM_FOLDER_RECORD_TYPES_NAME
Name of the System Record Types folder.- See Also:
-
SYSTEM_IX_FOLDER_NAME
Name of the System IX folder.- See Also:
-
SYSTEM_ASYNC_INSPECT_FOLDER_NAME
Name of the external System IX sub folder.- See Also:
-
SYSTEM_OBJECT_TEMPLATES_FOLDER_NAME
Name of the object templates System IX sub folder.- See Also:
-
SYSTEM_PACKAGES_FOLDER_NAME
Name of the System Packages folder.- See Also:
-
SYSTEM_OPENAPI_FOLDER_NAME
Name of the System OpenAPI folder.- See Also:
-
SYSTEM_FOLDER_OFFLINE_RULE_BUNDLES_NAME
Name of the System Rule Bundles folder- See Also:
-
SYSTEM_COPILOT_FOLDER_NAME
Name of the System Copilot folder.- See Also:
-
APPLICATIONS_ROOT_NAME
Internationalization key for the name of the root Apps folder.- See Also:
-
APPLICATIONS_ROOT_DESCRIPTION
Internationalization key for the description of the root Apps folder.- See Also:
-
VERSION_CURRENT
Current version. -
SECURITY_MANAGER_CONFIG
Security manager configuration file name (without the .xml).- See Also:
-
CONTENT_SECURITY_TYPE
The Security Manager Configuration type for content.- See Also:
-
CREATION_SECURITY_TYPE
Deprecated.No longer usedThe Security Manager Configuration type for the rule creation restriction map.- See Also:
-
ROLE_READERS
Has read privileges.- See Also:
-
ROLE_AUTHORS
Has write privileges.- See Also:
-
ROLE_ADMINISTRATORS
Has administrative privileges.- See Also:
-
ROLE_DENY_READERS
Explicitly deny read privileges.- See Also:
-
ROLE_DENY_AUTHORS
Explicitly deny write privileges.- See Also:
-
ROLE_DENY_ADMINISTRATORS
Explicitly deny administrative privileges.- See Also:
-
ROLE_MAP_ROLES
Names of all the roles within a Content role map. -
RESTRICTION_ROLE_MAP_ROLES
Names of all the roles within a Content restriction role map. -
RULE_ENCODING
Encoding used when importing/exporting rules.- See Also:
-
KM_SECURITY_COMMUNITY
The Security Manager Configuration type for community.- See Also:
-
KM_SECURITY_KNOWLEDGE_CENTER
The Security Manager Configuration type for Knowledge Center.- See Also:
-
KM_SECURITY_FOLDER
The Security Manager Configuration type for Knowledge Folder.- See Also:
-
KM_SECURITY_CONTENT_COMMUNITY
The Security Manager Configuration Content Type name for community.- See Also:
-
KM_SECURITY_CONTENT_KC
The Security Manager Configuration Content Type name for Knowledge Center.- See Also:
-
KM_SECURITY_CONTENT_FOLDER
The Security Manager Configuration Content Type name for Knowledge Folder.- See Also:
-
KM_EXPIRATION_DURATION_CHECK
File Expiration -
FILTER_TYPE_ALL
Deprecated. -
VERSION_ORIGINAL
Oldest version. -
I18N_PREFIX
- See Also:
-
SYSTEM_RECORD_TYPE_NAME_PREFIX
Prefix for all system record zips- See Also:
-
UUID_COMMUNITY_ROOT
System Objects UUIDs- See Also:
-
UUID_DEFAULT_COMMUNITY
- See Also:
-
UUID_SYSTEM_KNOWLEDGE_CENTER
- See Also:
-
UUID_TEMPORARY_DOCS_KC
- See Also:
-
UUID_TEMPORARY_DOCS_FOLDER
- See Also:
-
UUID_SYSTEM_REPORTS_FOLDER
- See Also:
-
UUID_RULES_ROOT_FOLDER
- See Also:
-
UUID_USER_PICTURES_FOLDER
- See Also:
-
UUID_USER_THUMBNAILS_FOLDER
- See Also:
-
UUID_IX_FOLDER
Folder containing import and export zips and logs.- See Also:
-
UUID_ASYNC_INSPECT_FOLDER
IX sub folder containing async inspection json files of inspection requests.- See Also:
-
UUID_OBJECT_TEMPLATES_FOLDER
IX sub folder containing object templates ix documents.- See Also:
-
UUID_PACKAGES_FOLDER
Folder containing the database scripts, plugins and other documents belonging to packages.- See Also:
-
UUID_USER_COVER_PHOTOS_FOLDER
Folder containing use cover photos.- See Also:
-
UUID_SYSTEM_RECORD_TYPES_FOLDER
Folder containing system record types.- See Also:
-
UUID_PRIORITY_ICONS_FOLDER
- See Also:
-
UUID_LEADER_MESSAGE_PICTURES_FOLDER
- See Also:
-
UUID_EMAIL_FOOTER_TEMPLATE
- See Also:
-
UUID_EMAIL_HEADER_TEMPLATE
- See Also:
-
UUID_EMAIL_TEMPLATE_FOLDER
- See Also:
-
UUID_SYSTEM_DOC_PRIORITY_HIGH
- See Also:
-
UUID_SYSTEM_DOC_PRIORITY_NORMAL
- See Also:
-
UUID_SYSTEM_DOC_PRIORITY_LOW
- See Also:
-
UUID_APPLICATIONS_ROOT
- See Also:
-
UUID_APPLICATIONS_HOME
- See Also:
-
UUID_DATA_STORE_CONFIGS_ROOT_FOLDER
- See Also:
-
UUID_PERFORMANCE_INDICATOR_GREEN
- See Also:
-
UUID_PERFORMANCE_INDICATOR_YELLOW
- See Also:
-
UUID_PERFORMANCE_INDICATOR_RED
- See Also:
-
UUID_NAVIGATION_CONFIG
- See Also:
-
UUID_SYSTEM_SYSRULES_DESIGNER_ROOT
Root of all visible system rules.- See Also:
-
UUID_SYSTEM_SYSRULES_FOLDER_DESIGNER
- See Also:
-
UUID_SYSTEM_SYSRULES_FOLDER_ENGINEERING
Folder containing system rules for engineering use- See Also:
-
UUID_SYSTEM_SYSRULES_FOLDER_HOME
Folder containing system rules for home and engineering use- See Also:
-
UUID_SYSTEM_SYSRULES_FOLDER_EVOLVED_PREVIOUS_VERSIONS
- See Also:
-
UUID_SYSTEM_SYSRULES_INTERNAL_ROOT
Root of all hidden system rules.- See Also:
-
UUID_PROCESS_MODEL_REPORT_FOLDER
- See Also:
-
UUID_ALL_PROCESS_MODELS_REPORT
- See Also:
-
UUID_PROCESS_DETAILS_PER_PROCESS_MODEL_REPORT
- See Also:
-
UUID_RUNNING_PROCESSES_PER_MODEL_REPORT
- See Also:
-
UUID_PROCESS_INSTANCES_PER_MODEL_REPORT
- See Also:
-
UUID_VERSIONS_PER_PROCESS_MODEL_REPORT
- See Also:
-
UUID_PROCESS_OPTIMIZATION_REPORTS_FOLDER
- See Also:
-
UUID_NODE_STATS_PER_PROCESS_MODEL_REPORT
- See Also:
-
UUID_NODE_STATS_PER_PROCESS_REPORT
- See Also:
-
UUID_PROCESS_REPORTS_FOLDER
- See Also:
-
UUID_ACTIVE_PROCESSES_REPORT
- See Also:
-
UUID_ALL_PROCESSES_REPORT
- See Also:
-
UUID_CANCELED_PROCESSES_REPORT
- See Also:
-
UUID_COMPLETED_PROCESSES_REPORT
- See Also:
-
UUID_FAVORITE_PROCESSES_REPORT
- See Also:
-
UUID_PROCESSES_WITH_PROBLEMS_REPORT
- See Also:
-
UUID_PAUSED_PROCESSES_REPORT
- See Also:
-
UUID_PROCESSES_STARTED_BY_ME_REPORT
- See Also:
-
UUID_SUBPROCESSES_PER_PROCESS_REPORT
- See Also:
-
UUID_SUMMARY_REPORTS_FOLDER
- See Also:
-
UUID_FAVORITE_PROCESS_MODELS_REPORT
- See Also:
-
UUID_MOST_ACTIVE_PROCESS_MODELS_REPORT
- See Also:
-
UUID_STATISTICS_ACROSS_PROCESSES_REPORT
- See Also:
-
UUID_TASK_REPORTS_FOLDER
- See Also:
-
UUID_ACTIVE_TASKS_REPORT
- See Also:
-
UUID_ACTIVE_TASKS_GROUP_REPORT
- See Also:
-
UUID_ACTIVE_TASKS_GROUP_MEMBERS_REPORT
- See Also:
-
UUID_ALL_TASKS_REPORT
- See Also:
-
UUID_COMPLETED_TASKS_REPORT
- See Also:
-
UUID_CURRENT_TASKS_PER_PROCESS_REPORT
- See Also:
-
UUID_FAVORITE_TASKS_REPORT
- See Also:
-
UUID_HIGH_PRIORITY_TASKS_REPORT
- See Also:
-
UUID_OVERDUE_TASKS_REPORT
- See Also:
-
UUID_TASKS_DUE_TODAY_REPORT
- See Also:
-
UUID_TASKS_FOR_USER_REPORT
- See Also:
-
UUID_TASKS_PER_PROCESS_MODEL_REPORT
- See Also:
-
UUID_MIGRATION_FLAGS_ROOT_FOLDER
UUID for root folder of migration flag objects- See Also:
-
UUID_SYSTEM_FOLDER_TEMPO_ATTACHMENTS
UUID for root folder of tempo attachments- See Also:
-
UUID_OPENAPI_FOLDER
Folder containing export OpenAPI documents.- See Also:
-
UUID_OFFLINE_RULE_BUNDLES_FOLDER
UUID of the System Rule Bundles folder- See Also:
-
UUID_COPILOT_FOLDER
Folder containing user-uploaded pdfs converted to SAIL using Co-pilot.- See Also:
-