Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.activity | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.tools.script.test.overrides.activity.community |
Modifier and Type | Class and Description |
---|---|
class |
TieActor
TieActor allows the ECMSDK-defined behavior of the
Actor classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Field and Description |
---|---|
protected Actor |
LibrarySession.m_CurrentActor
The effective Actor (lazily set)
|
Modifier and Type | Method and Description |
---|---|
Actor |
DirectoryUser.createDefaultActor()
Creates a default Actor designation for this user.
|
Actor |
PublicObject.findOrAddActor()
Add an Actor to the target object if one does not already exist,
and otherwise return the existing instance.
|
Actor |
PublicObject.findOrAddActor(ActorDefinition def)
Add an Actor to the target object if one does not already exist,
and otherwise return the existing instance.
|
Actor |
ActorRelation.getActor()
Gets the related Actor.
|
Actor |
ActorRelationDefinition.getActor()
Gets the related Actor, if explicitly set.
|
Actor |
PublicObject.getActor()
Returns the Actor category if one exists.
|
Actor[] |
ContactList.getContacts()
Get the Actors that comprise the list of contacts.
|
Actor |
LibrarySession.getCurrentActor()
Gets the current Actor in effect for this session.
|
Actor |
ActivityRecord.getInitialActor()
Gets the initial Actor to act upon this instance.
|
Actor |
ActivityRecord.getLastActor()
Gets the last Actor to act upon this instance.
|
Actor[] |
Conversation.getParticipants()
Gets the Actors who are listed as participants in this Conversation.
|
Actor[] |
ConversationDefinition.getParticipants()
Gets the participating Actors that were specified on this instance.
|
static Actor[] |
Actor.removeDuplicateActors(Actor[] actors)
Remove duplicate Actors from the specified array, returning a
shorter array if any duplicates are found, and returning the
same array if no duplicates are found.
|
Modifier and Type | Method and Description |
---|---|
ActorRelation |
ContactList.addContact(Actor actor)
Add an Actor to the list of contacts.
|
static boolean |
Actor.areArraysEquivalent(Actor[] actors1,
Actor[] actors2,
boolean sort,
boolean removeDups)
Compares two arrays of Actors, returning true if the arrays represent
identical sets of Actors
|
static boolean |
Actor.areArraysEquivalent(Actor[] actors1,
Actor[] actors2,
boolean sort,
boolean removeDups)
Compares two arrays of Actors, returning true if the arrays represent
identical sets of Actors
|
ActorRelation |
ContactList.findActorRelation(Actor actor)
Find an ActorRelation that corresponds to an Actor in this contact list.
|
static DirectoryUser[] |
Actor.getActorUsers(Actor[] actors)
Gets the array of users that correspond to the set of Actors specified
|
boolean |
ContactList.isContact(Actor actor)
Returns indication as to whether the specified Actor is a contact.
|
void |
ContactList.removeContact(Actor actor)
Remove an Actor from the list of contacts.
|
static Actor[] |
Actor.removeDuplicateActors(Actor[] actors)
Remove duplicate Actors from the specified array, returning a
shorter array if any duplicates are found, and returning the
same array if no duplicates are found.
|
void |
ActorRelationDefinition.setActor(Actor actor)
Sets the related Actor.
|
void |
LibrarySession.setCurrentActor(Actor actor)
Sets the current Actor in effect for this session.
|
void |
ConversationDefinition.setParticipants(Actor[] actors)
Sets the participating Actors.
|
protected void |
ActivityRecord.verifyActor(Actor actor)
Verify that a valid Actor is specified.
|
Modifier and Type | Method and Description |
---|---|
Actor |
ActionAdapter.getActor()
Gets the Actor who executed this Action.
|
Actor |
PerformedActivityRecord.getActor()
Gets the target Actor.
|
Actor |
PerformedActivitySelector.getActor()
Gets the target Actor.
|
Actor |
PrivatePerformedActivitySelector.getActor()
Gets the target Actor.
|
Actor |
PrivateTrackedActivitySelector.getActor()
Gets the target Actor.
|
Actor |
TrackedActivityRecord.getActor()
Gets the target Actor.
|
Actor |
TrackedActivitySelector.getActor()
Gets the target Actor.
|
protected Actor[] |
ActivityOperations.getActorsFromArrayToken(String token,
boolean inclCurrent,
boolean removeDups)
Get an array of Actors from the specified token array of actor tags,
optionally including the current Actor and optionally removing
duplicates.
|
protected Actor[] |
ActivityOperations.getActorsFromTags(String[] actorTags,
boolean inclCurrent,
boolean removeDups)
Get an array of Actors from the specified array of actor tags,
optionally including the current Actor and optionally removing
duplicates.
|
static Actor[] |
ActivityUtilities.getDistinctActors(LibrarySession session,
Action[] actions,
AuditEventTypeDefinition addDef,
AuditEventTypeDefinition remDef)
Gets the set of Actors that have performed more "add" actions than
"remove" actions in the set of Actions that are specified.
|
Actor |
IncludeActorAction.getIncludedActor()
Returns the included Actor setting for add or remove actions.
|
Actor |
PrivatePerformedActivityRecord.getPerformingActor()
Gets the performing Actor.
|
Actor |
PrivateTrackedActivityRecord.getPerformingActor()
Gets the Actor performing this private Activity.
|
Actor |
RecommendAction.getRecommendedActor()
Returns the recommended Actor setting for add or remove actions.
|
Actor |
PrivatePerformedActivityRecord.getTrackingActor()
Gets the Actor tracking this private Activity.
|
Actor |
PrivateTrackedActivityRecord.getTrackingActor()
Gets the tracking Actor.
|
protected Actor |
ActivityOperations.lookupActor(String tag)
Lookup an Actor by the specified tag that identifies either an Actor or
the Actor's associated PublicObject.
|
protected Actor |
ActivityOperations.lookupActor(String tag,
boolean mustExist)
Lookup an Actor by the specified tag that identifies either an Actor or
the Actor's associated PublicObject.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionSelector.addActorQualification(Actor actor)
Adds a search qualification for the Actor, so that the results are to be
filtered to only include Actions performed by that Actor.
|
void |
IncludeActorAction.addIncludedActor(Actor actor)
Adds an included Actor, prior to execution.
|
void |
RecommendAction.addRecommendation(Actor actor)
Adds a recommendation, prior to execution.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2,
LibraryObject auxObj3)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2,
LibraryObject auxObj3,
String auxString,
AttributeValue[] properties)
Dispatch an activity event.
|
void |
IncludeActorAction.removeIncludedActor(Actor actor)
Removes an included Actor, prior to execution.
|
void |
RecommendAction.removeRecommendation(Actor actor)
Removes a recommendation, prior to execution.
|
Constructor and Description |
---|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ActivitySummary asumm)
Construct a PerformedActivityRecord, for an initial insert.
|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ResultSet rset)
Construct a PerformedActivityRecord.
|
PerformedActivityRecord(Actor actor,
ResultSet rset)
Construct a PerformedActivityRecord.
|
PerformedActivitySelector(Actor actor)
Constructs a PerformedActivitySelector.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment,
int reasonType)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor)
Construct a PrivatePerformedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor,
Date recDate,
int opType,
String comment,
int reasonType)
Construct a PrivatePerformedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor,
ResultSet rset)
Construct a PrivatePerformedActivityRecord that has been selected.
|
PrivatePerformedActivitySelector(Actor actor)
Constructs a PrivatePerformedActivitySelector.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment,
int reasonType,
int readInd)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor)
Construct a PrivateTrackedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor,
Date recDate,
int opType,
String comment,
int reasonType,
int readInd)
Construct a PrivateTrackedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor,
ResultSet rset)
Construct a PrivateTrackedActivityRecord that has been selected.
|
PrivateTrackedActivitySelector(Actor actor)
Constructs a PrivateTrackedActivitySelector.
|
TrackedActivityRecord(Actor actor,
ActivityRecord ar,
ActivitySummary lastViewedSumm,
ActivitySummary lastViewedDeltaSumm)
Construct a TrackedActivityRecord, for an initial insert.
|
TrackedActivityRecord(Actor actor,
ActivityRecord ar,
ResultSet rset)
Construct a TrackedActivityRecord.
|
TrackedActivityRecord(Actor actor,
ResultSet rset)
Construct a TrackedActivityRecord.
|
TrackedActivitySelector(Actor actor)
Constructs a TrackedActivitySelector.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showActor(Logger logger,
Actor actor,
String prefix)
Show details about a Actor.
|
Modifier and Type | Method and Description |
---|---|
Actor |
JoinAction.getMemberActor()
Returns the Actor setting for add or remove actions.
|
Modifier and Type | Method and Description |
---|---|
CommunityMember |
Community.addMember(Actor actor)
Add a member to a Community.
|
void |
RecommendMembershipAction.addRecommendation(Actor actor,
String comment)
Adds a recommendation, prior to execution.
|
void |
Community.executeRecommendMembershipAction(Actor recActor,
String comment)
Execute a "Recommend Membership" action to reflect recommending membership
to the Community to the specified Actor.
|
Conversation |
Community.findConversation(Actor[] actors)
Find a Conversation within the Community with exactly the specified set of
participants.
|
CommunityMember |
Community.findMemberByActor(Actor actor)
Find a member of the Community by a specified Actor.
|
void |
Community.recommendMembership(Actor recActor,
String comment)
Recommend membership in a Community to another Actor.
|
Conversation |
Community.startConversation(String name,
Actor[] actors)
Start a Conversation with community members
|
Copyright © 2023. All rights reserved.