| Package | Description | 
|---|---|
| com.rusticisoftware.tincan | |
| com.rusticisoftware.tincan.documents | |
| com.rusticisoftware.tincan.internal | |
| com.rusticisoftware.tincan.v095 | |
| com.rusticisoftware.tincan.v10x | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Group
Group model class 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Agent | 
Agent.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode)  | 
Agent | 
State.getAgent()  | 
Agent | 
Statement.getAuthority()  | 
Agent | 
Context.getInstructor()  | 
Agent | 
Context.getTeam()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Agent> | 
Group.getMembers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Group.setMembers(List<Agent> members)  | 
| Constructor and Description | 
|---|
State(String id,
     byte[] contents,
     String activityId,
     Agent agent)  | 
State(String id,
     byte[] contents,
     String activityId,
     Agent agent,
     UUID registration)  | 
State(String id,
     byte[] contents,
     URI activityId,
     Agent agent)  | 
State(String id,
     byte[] contents,
     URI activityId,
     Agent agent,
     UUID registration)  | 
State(String id,
     String contents,
     String activityId,
     Agent agent)  | 
State(String id,
     String contents,
     String activityId,
     Agent agent,
     UUID registration)  | 
State(String id,
     String contents,
     URI activityId,
     Agent agent)  | 
State(String id,
     String contents,
     URI activityId,
     Agent agent,
     UUID registration)  | 
Statement(Agent actor,
         Verb verb,
         StatementTarget object)  | 
Statement(Agent actor,
         Verb verb,
         StatementTarget object,
         Result result,
         Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
Agent | 
AgentProfileDocument.getAgent()  | 
Agent | 
StateDocument.getAgent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AgentProfileDocument.setAgent(Agent agent)  | 
void | 
StateDocument.setAgent(Agent agent)  | 
| Modifier and Type | Method and Description | 
|---|---|
Agent | 
StatementBase.getActor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StatementBase.setActor(Agent actor)  | 
| Constructor and Description | 
|---|
StatementBase(Agent actor,
             Verb verb,
             StatementTarget object)  | 
StatementBase(Agent actor,
             Verb verb,
             StatementTarget object,
             Result result,
             Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
Agent | 
StatementsQuery.getActor()  | 
Agent | 
StatementsQuery.getInstructor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StatementsQuery.setActor(Agent actor)  | 
void | 
StatementsQuery.setInstructor(Agent instructor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Agent | 
StatementsQuery.getAgent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StatementsQuery.setAgent(Agent agent)  | 
Copyright © 2016 Rustici Software. All Rights Reserved.