Common Javadoc for ActorMember

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 Detail

      				<ul style="list-style-type:disc">
      					<li>
      						<h4>
      							getId</h4>
      
      						<pre>
      

      long getId()


    				<ul style="list-style-type:disc">
    					<li>
    						<h4>
    							getUserId</h4>
    
    						<pre>
    

    long getUserId()


				<ul style="list-style-type:disc">
					<li>
						<h4>
							getGroupId</h4>

						<pre>

long getGroupId()

				<ul style="list-style-type:disc">
					<li>
						<h4>
							getRoleId</h4>

						<pre>

long getRoleId()





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

<p class="rteindent1">
	return The identifier of the actor member</p>

<ul>
	<li>
		<h4>
			getUserId</h4>
	</li>
</ul>

<p class="rteindent1">
	return The identifier of the user</p>

<ul>
	<li>
		<h4>
			getGroupId</h4>
	</li>
</ul>

<p class="rteindent1">
	return The identifier of the group</p>

<ul>
	<li>
		<h4>
			getRoleId</h4>
	</li>
</ul>

<p class="rteindent1">
	return The identifier of the role</p>

Best regards,

Céline