public class KnowledgeOperation extends Object
| Constructor and Description |
|---|
KnowledgeOperation(KnowledgeOperationType type)
Constructs a new knowledge operation.
|
KnowledgeOperation(KnowledgeOperationType type,
String eventId)
Constructs a new knowledge operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEventId()
Gets the event id.
|
List<ExpressionMapping> |
getFaultExpressionMappings()
Gets the fault expression mappings.
|
List<ExpressionMapping> |
getGlobalExpressionMappings()
Gets the global expression mappings.
|
List<ExpressionMapping> |
getInputExpressionMappings()
Gets the input expression mappings.
|
List<ExpressionMapping> |
getInputOnlyExpressionMappings()
Gets the input-only expression mappings.
|
Map<String,ExpressionMapping> |
getInputOutputExpressionMappings()
Gets the input-output expression mappings.
|
List<ExpressionMapping> |
getOutputExpressionMappings()
Gets the output expression mappings.
|
KnowledgeOperationType |
getType()
Gets the operation type.
|
public KnowledgeOperation(KnowledgeOperationType type)
type - the operation typepublic KnowledgeOperation(KnowledgeOperationType type, String eventId)
type - the operation typeeventId - the event idpublic KnowledgeOperationType getType()
public String getEventId()
public List<ExpressionMapping> getGlobalExpressionMappings()
public List<ExpressionMapping> getInputExpressionMappings()
public List<ExpressionMapping> getInputOnlyExpressionMappings()
public Map<String,ExpressionMapping> getInputOutputExpressionMappings()
public List<ExpressionMapping> getOutputExpressionMappings()
public List<ExpressionMapping> getFaultExpressionMappings()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.