Common Javadoc for ActorMember

1
0
-1

Hi, guys.

Where can I find the documentation for interface ActorMember.

On Javadoc, at Bonita documentation portal there is no information about their methods, as you can see there

http://documentation.bonitasoft.com/javadoc/api/6.2/community/common/index.html?org/bonitasoft/engine/bpm/actor/ActorMember.html

    • Method Summary

      Methods Modifier and TypeMethod and Descriptionlong<strong><a href="http://documentation.bonitasoft.com/javadoc/api/6.2/community/common/org/bonitasoft/engine/bpm/actor/ActorMember.html#getGroupId()" style="color: rgb(76, 107, 135);">getGroupId</a></strong>() long<strong><a href="http://documentation.bonitasoft.com/javadoc/api/6.2/community/common/org/bonitasoft/engine/bpm/actor/ActorMember.html#getId()" style="color: rgb(76, 107, 135);">getId</a></strong>() long<strong><a href="http://documentation.bonitasoft.com/javadoc/api/6.2/community/common/org/bonitasoft/engine/bpm/actor/ActorMember.html#getRoleId()" style="color: rgb(76, 107, 135);">getRoleId</a></strong>() long<strong><a href="http://documentation.bonitasoft.com/javadoc/api/6.2/community/common/org/bonitasoft/engine/bpm/actor/ActorMember.html#getUserId()" style="color: rgb(76, 107, 135);">getUserId</a></strong>()
    • Method Detail

      • getId

        long getId()
      • getUserId

        long getUserId()
      • getGroupId

        long getGroupId()
      • getRoleId

        long getRoleId()
1 answer

1
0
-1

Hi,

It doesn't exist Javadoc for the interface of ActorMember. I had this for the 6.3.0.

In waiting, the expected information :

ActorMember is used to map a actorInstance with the organisation.

It's possible to map a actorInstance with a user, or a group, or a role, or a group and a role.

  • getId

return The identifier of the actor member

  • getUserId

return The identifier of the user

  • getGroupId

return The identifier of the group

  • getRoleId

return The identifier of the role

Best regards,

Céline

Notifications