09-02-2009 08:52 PM
09-03-2009 06:10 AM
09-03-2009 11:54 AM
<alfresco-config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="sym:application" />
<type name="sym:document" />
<type name="sym:author" />
<type name="sym:toc_item" />
</content-types>
<custom-properties>
</custom-properties>
<aspects>
</aspects>
</advanced-search>
</config>
<config evaluator="node-type" condition="chemEdDL:content">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="chemEdDL:Audience" />
<show-property name="chemEdDL:Domain" />
<show-property name="chemEdDL:Element" />
<show-property name="chemEdDL:Pedagogy" />
<show-property name="chemEdDL:Topic" />
<show-property name="chemEdDL:ID" />
<show-property name="chemEdDL:abstract" />
<show-property name="chemEdDL:Collection" />
<show-property name="chemEdDL:Notes" component-generator="TextAreaGenerator" />
<show-association name="chemEdDL:relatedDocuments" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:author">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:authorID" />
<show-property name="sym:AuthorName" />
<show-property name="sym:addressLine1" />
<show-property name="sym:addressLine2" />
<show-property name="sym:addressLine3" />
<show-property name="sym:city" />
<show-property name="sym:state" />
<show-property name="sym:country" />
<show-property name="sym:postalCode" />
<show-property name="sym:email" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:document">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:documentID" />
<show-property name="sym:documentName" />
<show-property name="sym:documentURL" />
<show-property name="sym:softwareType" />
<show-property name="sym:softwareVersion" />
<show-property name="sym:jceDocument" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:toc_item">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:toc_name" />
<show-property name="sym:toc_id" />
<show-property name="sym:toc_order" />
<show-property name="sym:toc_parent" />
<show-association name="sym:associatedApplications" />
<show-association name="sym:toc_child" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:application">
<property-sheet>
<show-property name="sym:applicationID" />
<show-property name="sym:applicationName" />
<show-property name="cm:description" display-label="Description" />
<show-property name="sym:abstract" component-generator="TextAreaGenerator" />
<show-property name="sym:releaseFlag" />
<show-property name="sym:jceRights" />
<show-property name="sym:instructorNotes" />
<show-property name="sym:citation" />
<show-property name="sym:commentsTo" />
<show-property name="sym:revisionNotes" />
<show-property name="sym:authorRights" />
<show-property name="sym:jceReview" />
<show-association name="sym:authors" />
<show-association name="sym:associatedDocuments" />
<show-association name="sym:associatedCommentary" />
<show-association name="sym:associatedJCEArticles" />
</property-sheet>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="chemEdDL:content" />
<type name="sym:application" />
<type name="sym:document" />
<type name="sym:author" />
<type name="sym:toc_item" />
</content-types>
</config>
<config evaluator="aspect-name" condition="chemEdDL:keywords">
<property-sheet>
<separator name="sepCust6" display-label="Keywords" component-generator="HeaderSeparatorGenerator"/>
<show-property name="chemEdDL:Audience"/>
<show-property name="chemEdDL:Domain"/>
<show-property name="chemEdDL:Element"/>
<show-property name="chemEdDL:Pedagogy"/>
<show-property name="chemEdDL:Topic"/>
</property-sheet>
</config>
<!– Lists the custom aspect in business rules Action Wizard –>
<config evaluator="string-compare" condition="Action Wizards">
<specialise-types>
<type name="sym:application" />
<type name="sym:toc_item" />
<type name="sym:document" />
<type name="sym:author" />
</specialise-types>
<aspects>
<aspect name="sym:documentProperties" />
</aspects>
<subtypes>
</subtypes>
</config>
</alfresco-config>
09-04-2009 02:50 AM
<!– Lists the custom aspect in business rules Action Wizard –>
<config evaluator="string-compare" condition="Action Wizards">
<specialise-types>
<type name="sym:application" />
<type name="sym:toc_item" />
<type name="sym:document" />
<type name="sym:author" />
</specialise-types>
<aspects>
<aspect name="sym:documentProperties" />
</aspects>
<subtypes>
<type name="sym:application" />
</subtypes>
</config>
09-04-2009 05:24 AM
Thanks for responding, Pedro. Here is the web-client-config-custom.xml. The problem I am having is with the sym:application type which has cm:folder as a parent.<alfresco-config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="sym:application" />
<type name="sym:document" />
<type name="sym:author" />
<type name="sym:toc_item" />
</content-types>
<custom-properties>
</custom-properties>
<aspects>
</aspects>
</advanced-search>
</config>
<config evaluator="node-type" condition="chemEdDL:content">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="chemEdDL:Audience" />
<show-property name="chemEdDL:Domain" />
<show-property name="chemEdDL:Element" />
<show-property name="chemEdDL:Pedagogy" />
<show-property name="chemEdDL:Topic" />
<show-property name="chemEdDL:ID" />
<show-property name="chemEdDL:abstract" />
<show-property name="chemEdDL:Collection" />
<show-property name="chemEdDL:Notes" component-generator="TextAreaGenerator" />
<show-association name="chemEdDL:relatedDocuments" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:author">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:authorID" />
<show-property name="sym:AuthorName" />
<show-property name="sym:addressLine1" />
<show-property name="sym:addressLine2" />
<show-property name="sym:addressLine3" />
<show-property name="sym:city" />
<show-property name="sym:state" />
<show-property name="sym:country" />
<show-property name="sym:postalCode" />
<show-property name="sym:email" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:document">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:documentID" />
<show-property name="sym:documentName" />
<show-property name="sym:documentURL" />
<show-property name="sym:softwareType" />
<show-property name="sym:softwareVersion" />
<show-property name="sym:jceDocument" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:toc_item">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="sym:toc_name" />
<show-property name="sym:toc_id" />
<show-property name="sym:toc_order" />
<show-property name="sym:toc_parent" />
<show-association name="sym:associatedApplications" />
<show-association name="sym:toc_child" />
</property-sheet>
</config>
<config evaluator="node-type" condition="sym:application">
<property-sheet>
<show-property name="sym:applicationID" />
<show-property name="sym:applicationName" />
<show-property name="cm:description" display-label="Description" />
<show-property name="sym:abstract" component-generator="TextAreaGenerator" />
<show-property name="sym:releaseFlag" />
<show-property name="sym:jceRights" />
<show-property name="sym:instructorNotes" />
<show-property name="sym:citation" />
<show-property name="sym:commentsTo" />
<show-property name="sym:revisionNotes" />
<show-property name="sym:authorRights" />
<show-property name="sym:jceReview" />
<show-association name="sym:authors" />
<show-association name="sym:associatedDocuments" />
<show-association name="sym:associatedCommentary" />
<show-association name="sym:associatedJCEArticles" />
</property-sheet>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="chemEdDL:content" />
<type name="sym:application" />
<type name="sym:document" />
<type name="sym:author" />
<type name="sym:toc_item" />
</content-types>
</config>
<config evaluator="aspect-name" condition="chemEdDL:keywords">
<property-sheet>
<separator name="sepCust6" display-label="Keywords" component-generator="HeaderSeparatorGenerator"/>
<show-property name="chemEdDL:Audience"/>
<show-property name="chemEdDL:Domain"/>
<show-property name="chemEdDL:Element"/>
<show-property name="chemEdDL:Pedagogy"/>
<show-property name="chemEdDL:Topic"/>
</property-sheet>
</config>
<!– Lists the custom aspect in business rules Action Wizard –>
<config evaluator="string-compare" condition="Action Wizards">
<specialise-types>
<type name="sym:application" />
<type name="sym:toc_item" />
<type name="sym:document" />
<type name="sym:author" />
</specialise-types>
<aspects>
<aspect name="sym:documentProperties" />
</aspects>
<subtypes>
</subtypes>
</config>
</alfresco-config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="sym:application" />
etc …
instead of<config evaluator="string-compare" condition="Space Wizards">
<folder-types>
<type name="sym:application" />
09-04-2009 05:48 AM
<config evaluator="string-compare" condition="Space Wizards">
<folder-types>
<type name="sym:application/>
</folder-types>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="chemEdDL:content" />
<type name="sym:document" />
<type name="sym:author" />
<type name="sym:toc_item" />
</content-types>
</config>
09-11-2009 05:07 PM
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.