cancel
Showing results for 
Search instead for 
Did you mean: 

retrieve properties type

abichet
Champ in-the-making
Champ in-the-making
i add on a document this type :

<type name="custom:advancedFile">
   <title>Advanced File</title>
   <parent>cm:content</parent>
        <properties>
      <property name="custom:client">
         <type>d:text</type>
      </property>
      <property name="custom:techno">
         <type>d:text</type>
      </property>
      <property name="custom:typeProjet">
         <type>d:text</type>
      </property>
   </properties>
</type>

in edit document mode i set this properties to value.

this code in java bean
Map<QName, Serializable> properties = this.nodeService.getProperties(createdNode);
retrieve all properties of the data.

but i want to retrieve only the properties defined in the type  custom:advancedFile

what can i do ?
10 REPLIES 10

abichet
Champ in-the-making
Champ in-the-making
oki thanks
Getting started

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.