Modifier and Type | Class and Description |
---|---|
class |
TieActivitySpecification
TieActivitySpecification allows the ECMSDK-defined behavior
of the ActivitySpecification classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
static ActivitySpecification[] |
ActivitySpecification.findAll(LibrarySession session)
Returns the set of defined ActivitySpecifications.
|
static ActivitySpecification |
ActivitySpecification.findByName(LibrarySession session,
String name)
Returns the a ActivitySpecification matching the
specified name.
|
ActivitySpecification |
ActivityRecord.getActivitySpecification()
Gets the ActivitySpecification which defines the relevant activity that will
be tracked by this instance.
|
ActivitySpecification |
ActivityRecordDefinition.getActivitySpecification()
Gets the ActivitySpecification, if explicitly set.
|
protected ActivitySpecification |
ActivityRecord.getDefaultActivitySpecification()
Gets the default ActivitySpecification to use for a new ActivityRecord.
|
ActivitySpecification |
ActivitySpecification.getSuperActivitySpecification()
Gets the ActivitySpecification whose ActivityProcessor class is the
designated superclass for this instance.
|
ActivitySpecification |
ActivitySpecificationDefinition.getSuperActivitySpecification()
Gets the SuperActivitySpecification, if explicitly set.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityRecordDefinition.setActivitySpecification(ActivitySpecification spec)
Sets the ActivitySpecification that defines the activity
that will be recorded for this instance.
|
void |
ActivitySpecificationDefinition.setSuperActivitySpecification(ActivitySpecification spec)
Sets the SuperActivitySpecification.
|
Modifier and Type | Method and Description |
---|---|
ActivitySpecification |
ActivityProcessor.getActivitySpecification()
Gets the ActivitySpecification value associated with this instance.
|
protected ActivitySpecification |
ActivityOperations.lookupActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a ActivitySpecification by the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
ConversationActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showActivitySpecification(Logger logger,
ActivitySpecification spec,
String prefix)
Show details about a ActivitySpecification.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunityActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
InvitationActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
PostingActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryDeviceActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
GatewayActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartHomeActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
SmartHomeItemActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
Copyright © 2023. All rights reserved.