Package | Description |
---|---|
oracle.ifs.core.tools.script.test.overrides.activity.community |
Modifier and Type | Method and Description |
---|---|
CommunityMember |
Community.addMember(Actor actor)
Add a member to a Community.
|
CommunityMember |
Community.findMemberByActor(Actor actor)
Find a member of the Community by a specified Actor.
|
CommunityMember |
JoinAction.getCommunityMember()
Returns the CommunityMember setting for add or remove actions.
|
CommunityMember[] |
Community.getMembers()
Get the members of the Community.
|
protected CommunityMember |
CommunityOperations.lookupCommunityMember(String tag)
Lookup a CommunityMember by the specified tag.
|
Modifier and Type | Method and Description |
---|---|
void |
JoinAction.addMember(CommunityMember mem)
Adds a new member, prior to execution.
|
void |
Community.executeAddMemberAction(CommunityMember mem)
Execute a "Member added" action to reflect adding a member
to the Community.
|
void |
Community.executeRemoveMemberAction(CommunityMember mem)
Execute a "Member removed" action to reflect adding a member
to the Community.
|
void |
Community.removeMember(CommunityMember mem)
Remove a member from a Community.
|
void |
JoinAction.removeMember(CommunityMember mem)
Removes an existing member, prior to execution.
|
protected void |
CommunityOperations.showCommunityMember(CommunityMember member,
String prefix)
Show details about a Community member.
|
Copyright © 2023. All rights reserved.