cancel
Showing results for 
Search instead for 
Did you mean: 

to get the list of the KM attributes from the KM API

Former Member
0 Kudos

Hi,

I wanted to get the list of the attributes(KM) from the KM API

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think this helps you


ctxt = new ResourceContext(WPUMFactory.getUserFactory().getEP5User(user));
RID anyRid= RID.getRID("/documents/something.txt"); 
resource = ResourceFactory.getInstance().getResource(anyRid, ctxt);
resource.getProperties();

hope this helps,

Axel

-


Please consider rewarding points to helpful answers on SDN

Former Member
0 Kudos

Hi

I wanted to get the list of KM attributes ( both custom & out-of-the-box attributes ) from the KM API.

For eg.

OUT-OF-THE-BOX ATTRIBUTES : CREATED, MODIFIED BY,AUTHOR.

CUSTOM ATTRIBUTES: COMPANY CODE

The entire list of KM attributes ( BOTH custom & out-of-the box attributes) needs to obtained.