cancel
Showing results for 
Search instead for 
Did you mean: 

do AuthenticationUtils startsession just one

itayh
Champ in-the-making
Champ in-the-making
Hi,

I am writing alfresco client API jar. I will supply all kind of API's to the alfresco repository for all my modules using web services. I am interesting in doing  startsession just once and every X  minutes refresh this session. Also I want to check if the session valid. I could not see this in the AuthenticationUtils API.

Can it be done?

Thx in advance,
  Itay
2 REPLIES 2

itayh
Champ in-the-making
Champ in-the-making
Hi,

One more question Smiley Happy

Can I get target association in web services API?

I could not found how to do it.

Thx,
  Itay

itayh
Champ in-the-making
Champ in-the-making
Hi,

I manage to get  target association in web services API using queryAssociated. My problem is that I have a content with properties and associations. If I need to get both properties and target association I need to perform 2 queris. Can I do it in just one query?

Thx,
  Itay