08-05-2010 10:09 AM
<!– Actions for a space in the Browse screen –>
<action-group id="space_browse">
<show-link>true</show-link>
<style-class>inlineAction</style-class>
<action idref="details_space" />
</action-group>
<!– Actions Menu for a space in the Browse screen –>
<action-group id="space_browse_menu">
</action-group>
<!– Actions for a document in the Browse screen –>
<action-group id="document_browse">
<show-link>true</show-link>
<style-class>inlineAction</style-class>
<action idref="download_doc" />
<action idref="details_doc" />
</action-group>
<!– Actions Menu for a document in the Browse screen –>
<action-group id="document_browse_menu">
</action-group>
<!– Actions Menu for More Actions in Browse screen –>
<action-group id="browse_actions_menu">
<action idref="details_space" />
</action-group>
<!– Actions Menu for Document Details screen –>
<action-group id="doc_details_actions">
<action idref="download_doc" />
<action idref="create_shortcut" />
</action-group>
<!– Actions Menu for Space Details screen –>
<action-group id="space_details_actions">
<action idref="create_shortcut" />
</action-group>
<!– Actions Menu for File Link Details screen –>
<action-group id="filelink_details_actions">
<action idref="download_doc" />
</action-group>
<!– Actions Menu for Folder Link Details screen –>
<action-group id="spacelink_details_actions">
</action-group>
08-06-2010 03:47 AM
08-09-2010 12:16 PM
08-09-2010 01:50 PM
public class CancelCheckoutDocEvaluator implements ActionEvaluator
{
public boolean evaluate(Node node)
{
return (node.hasPermission(PermissionService.CANCEL_CHECK_OUT) &&
node.hasAspect(ContentModel.ASPECT_WORKING_COPY));
}
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.