Modifier and Type | Class and Description |
---|---|
class |
TieActivityRecord
TieActivityRecord allows the ECMSDK-defined behavior
of the ActivityRecord classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
ActivityRecord |
PublicObject.findOrAddActivityRecord()
Add an ActivityRecord to the target object if one does not already exist,
and otherwise return the existing instance.
|
ActivityRecord |
PublicObject.findOrAddActivityRecord(ActivityRecordDefinition def)
Add an ActivityRecord to the target object if one does not already exist,
and otherwise return the existing instance.
|
ActivityRecord |
PublicObject.getActivityRecord()
Returns the ActivityRecord category if one exists.
|
Modifier and Type | Method and Description |
---|---|
static void |
PerformedActivitySpecification.deleteAllPerformedActivityRecords(ActivityRecord ar)
Deletes the PerformedActivityRecords was the specified ActivityRecord
in every PerformedActivity table.
|
static void |
TrackedActivitySpecification.deleteAllTrackedActivityRecords(ActivityRecord ar)
Deletes the TrackedActivityRecords for the specified ActivityRecord
in every TrackedActivity table.
|
void |
PerformedActivitySpecification.deletePerformedActivityRecords(ActivityRecord ar)
Deletes the PerformedActivityRecords for the specified ActivityRecord
in this instance's PerformedActivity table.
|
void |
TrackedActivitySpecification.deleteTrackedActivityRecords(ActivityRecord ar)
Deletes the TrackedActivityRecords for the specified ActivityRecord
in this instance's TrackedActivity table.
|
static Conversation |
Conversation.getTargetConversation(ActivityRecord ar)
Gets the Conversation that is the target of the specified ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
ActivityRecord |
ActionAdapter.getActivityRecord()
Gets the target ActivityRecord upon which this Action was executed.
|
ActivityRecord |
ActionSelector.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PerformedActivityRecord.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PerformedActivitySelector.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PrivatePerformedActivityRecord.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PrivatePerformedActivitySelector.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PrivateTrackedActivityRecord.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
PrivateTrackedActivitySelector.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
TrackedActivityRecord.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
TrackedActivitySelector.getActivityRecord()
Gets the target ActivityRecord.
|
ActivityRecord |
ExecutedActionRetainedEvent.getActivityRecord(LibrarySession session)
Returns the ActivityRecord that was the target of the executed Action.
|
protected ActivityRecord |
ActivityOperations.lookupActivityRecord(String tag)
Lookup an ActivityRecord by a specified ActivityRecord or
associated PublicObject tag.
|
protected ActivityRecord |
ActivityOperations.lookupActivityRecord(String tag,
boolean mustExist)
Lookup an ActivityRecord by a specified ActivityRecord or
associated PublicObject tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
static ActivitySummary |
ActivitySummary.derivePreviousActivitySummary(ActivityRecord ar,
ActionAdapter lastAction)
Derive a previous ActivitySummary state for the specified ActivityRecord
for Actions up to and including the specified Action.
|
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 |
Action.execute(ActivityRecord ar)
Execute the action described by this instance,
on the target ActivityRecord.
|
void |
ActionAdapter.execute(ActivityRecord ar)
Execute the action described by this instance,
on the target ActivityRecord.
|
protected boolean |
ActivityProcessor.isCommittedActionProcessingRequired(ActivityRecord ar,
ActionAdapter action)
Returns indication as to whether the specified Action (which is in the
process of being executed) requires additional processing after the
Action is committed.
|
protected boolean |
ConversationActivityProcessor.isCommittedActionProcessingRequired(ActivityRecord ar,
ActionAdapter action)
Returns indication as to whether the specified Action (which is in the
process of being executed) requires additional processing after the
Action is committed.
|
protected void |
ActivityProcessor.processCommittedAction(ActivityRecord ar,
ActionAdapter action)
Perform additional processing of a committed previously-executed Action.
|
void |
PerformedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
PrivatePerformedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
PrivateTrackedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
TrackedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
protected void |
ActivityOperations.showActivityRecord(ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates)
Show details about an ActivityRecord.
|
protected void |
ActivityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
void |
ActivityProcessor.synchronizeOverallActivityLevel(ActivityRecord ar,
TrackedActivityRecord tar,
TrackedActivityRecordLevels levels)
Synchronize the overall activity setting in the ActivityRecord on the
specified TrackedActivityRecord if the values are different.
|
void |
ActivityProcessor.updateActivityRecord(ActivityRecord ar,
ActivitySummary arSumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Update the ActivityRecord to reflect updates that
were made to its ActivitySummary.
|
Constructor and Description |
---|
ActionSelector(ActivityRecord ar)
Constructs a ActionSelector.
|
ExecutedActionRetainedEvent(ActivityRecord ar,
long eventId)
Construct a ExecutedActionRetainedEvent that reflects an executed Action.
|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ActivitySummary asumm)
Construct a PerformedActivityRecord, for an initial insert.
|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ResultSet rset)
Construct a PerformedActivityRecord.
|
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.
|
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.
|
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.
|
TrackedActivitySelector(TrackedActivitySpecification tas,
ActivityRecord ar)
Constructs a TrackedActivitySelector to select TARs for all Actors
that for the specified ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SocialActivityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExecutedActionRetainedEventAgent.refreshLastViewedDeltas(LibrarySession session,
ActivityRecord ar)
Refresh the last viewed deltas for all TARs that exist for the
specified ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
Modifier and Type | Class and Description |
---|---|
class |
CommunityActivityRecord
A CommunityActivityRecord extends ActivityRecord to include additional
attributes for activity related to Communities.
|
class |
PostingActivityRecord
A PostingActivityRecord extends ActivityRecord to include additional
attributes for activity related to Postings withing Communities.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedSocialActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
protected void |
CommunityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IotOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SmartHomeOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
Copyright © 2023. All rights reserved.