Retrieving Associated Resources

The following path lets you retrieve resources associated with an experience such as animations, scenarios, and their characteristics.

This page discusses:

See Also
About Workflow Overview

Path to References

The input of this workflow is a parameter of SEVLogicalReference type. By default, the input parameter name is p and you can rename it to SEVLogRef.

To access resources associated with an experience from the input parameter, perform the following steps and insert the corresponding methods in your template:

Step Parameter Type or Iteration Variable Type Category Method Return Type
1 SEVLogRef: SEVLogicalReference Navigation System Experience Validation exp: COSIM
2 exp: COSIM Outgoing relationships To treeChild child: COSIM's treeChild
3 child: COSIM's treeChild Outgoing relationships To COSIM Animation

Go to Path to Animation table below.

anim: COSIM Animation
To COSIM Scenario

Go to Path to Scenario table below.

scen: COSIM Scenario

Path to Animation

To access information on the animations, follow these steps:

Step Parameter Type or Iteration Variable Type Category Method Return Type
4 anim: COSIM Animation Outgoing relationships To references ref: COSIM Animation's references
Attributes title String
5 ref: COSIM Animation's references Outgoing relationships To Resource res: Resource
6 res: Resource Preview Get Previews pre: Preview
Attributes title String
7 pre: Preview Preview Get Picture Image
Get Rich Text Rich Text
Get Previews

Go to Step 6 of this table for recursion.

pre: Preview
Note: To manage recursion, you can use one of the following structure elements:

Path to Scenario

To access information on the scenarios, follow these steps:

Step

Parameter Type or Iteration Variable Type Category Method Return Type
4 scen: COSIM Scenario Preview Get Previews pre: Preview
Attributes title String
5 pre: Preview Preview Get Picture Image
Get Rich Text Rich Text
Get Previews

Go to Step 4 of this table for recursion.

pre: Preview
Note: To manage recursion, you can use one of the following structure elements: