Which class of permission sets did the user apply to the document?
A user assigns a permission set to a document. The Content Server creates a copy of the
permission set, resolves the aliases in the copy to actual user or group names, and assigns the
copy to the object. Which class of permission sets did the user apply to the document?
What do aliases and alias sets use while enabling Composer Projects to be portable to repositories?
What do aliases and alias sets use while enabling Composer Projects to be portable to
repositories?
What is the correct alias reference format?
Refer to the alias structure.
alias_set_name = ‘hotels’
alias_name = ‘downtown’
What is the correct alias reference format?
which type of placeholder?
Aliases can be used for which type of placeholder?
What can an alias reference?
What can an alias reference?
When does the Content Server resolve an alias on a sysobject?
When does the Content Server resolve an alias on a sysobject?
What is a benefit of permission set templates?
What is a benefit of permission set templates?
Which query will list the object IDs and names of all documents (current version only) in a repository that a
Which query will list the object IDs and names of all documents (current version only) in a
repository that a user has permission to access?
Which query will return all documents owned by ‘John Smith’ that have annotations along with the name of t
Annotations on a document are represented using dm_relation objects. On the dm_relation object,
both parent_id and child_id point to a dm_sysobject. The object pointed to by the parent_id is the
document and the object pointed to by the child_id is the annotation. The annotation object is
owned by the person who commented on the document.
Which query will return all documents owned by ‘John Smith’ that have annotations along with the
name of the user that commented on the document?
How can the user complete the following query to accomplish this?
A user wants a list of documents with keywords that contain the words “interface,” “class” or both
“interface” and “class.”
How can the user complete the following query to accomplish this?
select object_name from dm_document _____