| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.graph.renderer | |
| org.cristalise.kernel.graph.traversal | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.agent | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.lifecycle.instance.predefined.server | |
| org.cristalise.kernel.lifecycle.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationMember
A CollectionMember, or slot, of an Aggregation instance or description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationVertexOutlineCreator.setOutline(Vertex vertex) |
| Modifier and Type | Class and Description |
|---|---|
class |
Graphable |
class |
GraphableVertex |
| Modifier and Type | Field and Description |
|---|---|
protected Vertex |
GraphModel.mNewEdgeOriginVertex |
Vertex[] |
GraphModelCastorData.mVertexImpls |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,Vertex> |
GraphModel.mVertexHashtable |
| Modifier and Type | Method and Description |
|---|---|
Vertex[] |
GraphModel.getInVertices(Vertex v) |
Vertex |
GraphModel.getNewEdgeOriginVertex() |
Vertex |
GraphModel.getOrigin(DirectedEdge e) |
Vertex[] |
GraphableVertex.getOutGraphables() |
Vertex[] |
GraphModel.getOutVertices(Vertex v) |
Vertex |
GraphModel.getStartVertex() |
Vertex |
GraphModel.getTerminus(DirectedEdge e) |
Vertex |
GraphModel.getVertexById(int id) |
Vertex[] |
GraphModel.getVertices() |
Vertex |
GraphModel.resolveVertex(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
GraphModel.addEdgeAndCreateId(DirectedEdge e,
Vertex origin,
Vertex terminus) |
int |
GraphModel.addVertexAndCreateId(Vertex v,
GraphPoint location) |
void |
GraphModel.checkSize(Vertex v) |
void |
EdgeFactory.create(GraphModelManager graphModelManager,
Vertex origin,
Vertex terminus,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
GraphModel.createDirectedEdge(Vertex origin,
Vertex terminus,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
DirectedEdge[] |
GraphModel.getInEdges(Vertex v) |
Vertex[] |
GraphModel.getInVertices(Vertex v) |
DirectedEdge[] |
GraphModel.getOutEdges(Vertex v) |
Vertex[] |
GraphModel.getOutVertices(Vertex v) |
void |
GraphModel.moveAbsoluteVertex(Vertex v,
GraphPoint p) |
void |
GraphModel.placeVertex(Vertex v,
GraphPoint location) |
void |
GraphModel.removeVertex(Vertex v) |
void |
GraphModel.setNewEdgeOriginVertex(Vertex v) |
void |
VertexOutlineCreator.setOutline(Vertex vertex) |
void |
GraphModel.setVertices(Vertex[] vertices) |
void |
GraphModelManager.zoomIn(Vertex child) |
| Constructor and Description |
|---|
GraphModelCastorData(String classNameOfVertexOutlineCreator,
Vertex[] vertexImpls,
DirectedEdge[] edgeImpls,
int startVertexId,
int nextId) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexRenderer.draw(Graphics2D g2d,
Vertex vertex)
Draw the given vertex
|
void |
DefaultVertexRenderer.draw(Graphics2D g2d,
Vertex vertex)
Default implementation draws the outline and the name of the vertex
|
void |
DefaultVertexRenderer.drawLinesOfTexts(Graphics2D g2d,
Vertex vertex,
ArrayList<String> linesOfText,
Paint textPaint)
Draw lines of text within the boundaries of the vertex
|
void |
DefaultVertexRenderer.drawName(Graphics2D g2d,
Vertex vertex,
Paint textPaint)
Write the name of the vertex in the centre of it
|
void |
DefaultVertexRenderer.drawOutline(Graphics2D g2d,
Vertex vertex,
Paint fillPaint,
Paint linePaint)
Fill and then draw the outline as a Polygon
|
void |
DefaultVertexRenderer.drawOutline3DRect(Graphics2D g2d,
Vertex vertex,
Paint fillPaint)
Fills the outline as 3D rectangle, but it does not draw the border of the outline
|
void |
DefaultVertexRenderer.drawOutline3DRect(Graphics2D g2d,
Vertex vertex,
Paint fillPaint,
Paint linePaint)
Fills the outline as 3D rectangle.
|
void |
DefaultVertexRenderer.drawOutlineRect(Graphics2D g2d,
Vertex vertex,
Paint fillPaint)
Fills the outline as rectangle, but it does not draw the border of the outline
|
void |
DefaultVertexRenderer.drawOutlineRect(Graphics2D g2d,
Vertex vertex,
Paint fillPaint,
Paint linePaint)
Fills the outline as rectangle.
|
void |
DefaultVertexRenderer.drawText(Graphics2D g2d,
Vertex vertex,
String text,
Paint textPaint)
Draw the text within the boundaries of the vertex
|
| Modifier and Type | Method and Description |
|---|---|
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
int direction,
boolean ignoreBackLinks) |
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
Vertex endVertex,
int direction,
boolean ignoreBackLinks) |
| Modifier and Type | Method and Description |
|---|---|
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
int direction,
boolean ignoreBackLinks) |
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
Vertex endVertex,
int direction,
boolean ignoreBackLinks) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityDef |
class |
ActivitySlotDef |
class |
AndSplitDef |
class |
CompositeActivityDef |
class |
JoinDef |
class |
LoopDef |
class |
OrSplitDef |
class |
WfVertexDef |
class |
XOrSplitDef |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleVertexOutlineCreator.setOutline(Vertex vertex) |
| Modifier and Type | Class and Description |
|---|---|
class |
Activity |
class |
AndSplit |
class |
CompositeActivity |
class |
Join |
class |
Loop |
class |
OrSplit |
class |
Split |
class |
WfVertex |
class |
Workflow |
class |
XOrSplit |
| Modifier and Type | Class and Description |
|---|---|
class |
AddC2KObject |
class |
AddDomainPath |
class |
AddMembersToCollection |
class |
AddMemberToCollection
Generates a new slot in a Dependency for the given item
Params:
0 - collection name
1 - target UUID or DomainPath
2 - slot properties (optional)
|
class |
AddNewCollectionDescription
Generates a new empty collection description.
|
class |
AddNewSlot |
class |
AssignItemToSlot |
class |
ChangeName |
class |
ClearSlot |
class |
CreateAgentFromDescription |
class |
CreateNewCollectionVersion |
class |
Erase |
class |
Import |
class |
PredefinedStep
PredefinedStep are always Active, and have only one transition.
|
class |
PredefinedStepCollectionBase |
class |
PredefinedStepContainer |
class |
RemoveC2KObject |
class |
RemoveDomainPath |
class |
RemoveSlotFromCollection
"Removes the given slot from the collection" - Params: 0 - collection name, 1 - slot id
|
class |
RemoveViewpoint |
class |
ReplaceDomainWorkflow |
class |
UpdateCollectionsFromDescription
|
class |
UpdateDependencyMember
Params:
0: collection name
1: slot number
2: target UUID or DomainPath if slot number is -1
3: marshaled properties of member
|
class |
UpdateImportReport
|
class |
UpdateProperitesFromDescription
|
class |
WriteProperty |
class |
WriteViewpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer |
class |
Authenticate |
class |
ForcedLogout
|
class |
Login
|
class |
LoginTimeout
|
class |
Logout
|
class |
RemoveAgent
Deprecated.
As of release 3.5, replaced by predefinedStep Erase
|
class |
SetAgentPassword |
class |
SetAgentRoles |
class |
Sign
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateItemFromDescription |
class |
ItemPredefinedStepContainer |
class |
UpdateItemFromDescription |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDomainContext |
class |
BulkImport |
class |
ConfigureLogback
|
class |
CreateNewAgent |
class |
CreateNewItem |
class |
CreateNewRole |
class |
RemoveDomainContext |
class |
RemoveRole |
class |
ServerPredefinedStepContainer |
class |
UpdateRole |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDefRenderer.draw(Graphics2D g2d,
Vertex vertex)
Draws the ActivityDef as a 3D rectangle without borders, with text lines for Name, DefinitionName and errors
|
void |
SplitJoinRenderer.draw(Graphics2D g2d,
Vertex vertex) |
void |
WfVertexDefRenderer.draw(Graphics2D g2d,
Vertex vertex) |
void |
SplitJoinDefRenderer.draw(Graphics2D g2d,
Vertex vertex) |
void |
WfVertexRenderer.draw(Graphics2D g2d,
Vertex vertex) |
void |
ActivityRenderer.draw(Graphics2D g2d,
Vertex vertex)
Draws the Activity as a 3D rectangle without borders, with text lines for Name, DefinitionName, State, WaitTime and errors
|
void |
AggregationMemberRenderer.draw(Graphics2D g2d,
Vertex vertex) |
void |
DefaultSplitJoinRenderer.draw(Graphics2D g2d,
Vertex vertex,
String errors)
Join/Split specific implementation of draw method
|
protected void |
LifecycleRenderer.drawVertexHighlight(Graphics2D g2d,
Vertex vertex,
int dist) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.