Package wt.vc.struct

Interface StructService

All Known Implementing Classes:
StandardStructService

@RemoteInterface public interface StructService
This service for the struct package contains "navigetters" to navigate the IteratedUsageLink, IteratedReferenceLink and IteratedDescribeLink to both Mastered and Iterated objects.
  • Cookie: None
  • Helper: StructHelper with no helper methods
  • Service implementation: StandardStructService with listeners
  • ServiceEvent: None
  • ServiceException: WTException


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
    navigateDescribedBys(WTCollection iterations, boolean onlyOtherSide)
    Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
    navigateDescribedBys(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
    Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
    Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
    navigateDescribes(WTCollection iterations, boolean onlyOtherSide)
    Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
    navigateDescribes(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
    Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
    Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of latest iterations.
    navigateReferencedBy(WTCollection masters, boolean onlyOtherSide)
    Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true".
    navigateReferencedBy(WTCollection masters, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
    Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true".
    Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of latest iterations.
    navigateReferencedBy(Mastered master, boolean onlyOtherSide)
    Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
    navigateReferencedBy(Mastered master, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
    Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
    Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of masters.
    navigateReferences(WTCollection iterations, boolean onlyOtherSide)
    Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of masters if the value is "true".
    navigateReferences(WTCollection iterations, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
    Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of masters if the value is "true".
    Navigates the references role of the IteratedReferenceLink, returning a QueryResult of masters.
    navigateReferences(Iterated iteration, boolean onlyOtherSide)
    Navigates the references role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false" or iterations if the value is "true".
    navigateReferences(Iterated iteration, Class iteratedReferenceLinkClass, boolean onlyOtherSide)
    Navigates the references role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false" or iterations if the value is "true".
    navigateReferencesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
    Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
    navigateReferencesToIteration(Iterated iteration, Class iteratedReferenceLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
    Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
    Navigates the references role of the IteratedReferenceLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of latest iterations.
    navigateUsedBy(WTCollection masters, boolean onlyOtherSide)
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true".
    navigateUsedBy(WTCollection masters, Class iteratedUsageLinkClass, boolean onlyOtherSide)
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true".
    navigateUsedBy(WTCollection masters, Class iteratedUsageLinkClass, boolean onlyOtherSide, boolean includeTerminalVersions)
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true".
    Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of latest iterations.
    navigateUsedBy(Mastered master, boolean onlyOtherSide)
    Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
    navigateUsedBy(Mastered master, Class iteratedUsageLinkClass, boolean onlyOtherSide)
    Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
    navigateUsedBy(Mastered master, Class iteratedUsageLinkClass, boolean onlyOtherSide, boolean includeTerminalVersions)
    Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true".
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to Integer counts of usedBy objects.
    navigateUsedByCount(WTCollection masters, Class iteratedUsageLinkClass)
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to Integer counts of usedBy objects.
    navigateUsedByCount(WTCollection masters, Class iteratedUsageLinkClass, boolean includeTerminalVersions)
    Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to Integer counts of usedBy objects.
    int
    Navigates the usedBy role of the IteratedUsageLink, returning a count of usedBy objects.
    int
    navigateUsedByCount(Mastered master, Class iteratedUsageLinkClass)
    Navigates the usedBy role of the IteratedUsageLink, returning a count of usedBy objects.
    int
    navigateUsedByCount(Mastered master, Class iteratedUsageLinkClass, boolean includeTerminalVersions)
    Navigates the usedBy role of the IteratedUsageLink, returning a count of usedBy objects.
    navigateUsedByToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
    Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
    navigateUsedByToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
    Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
    Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
    Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of masters.
    navigateUses(WTCollection iterations, boolean onlyOtherSide)
    Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of masters if the value is "true".
    navigateUses(WTCollection iterations, Class iteratedUsageLinkClass, boolean onlyOtherSide)
    Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of masters if the value is "true".
    Navigates the uses role of the IteratedUsageLink, returning a QueryResult of masters.
    navigateUses(Iterated iteration, boolean onlyOtherSide)
    Navigates the uses role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false" or iterations if the value is "true".
    navigateUses(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide)
    Navigates the uses role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false" or iterations if the value is "true".
    navigateUsesToIteration(WTCollection iterations, boolean onlyOtherSide, ConfigSpec... configSpecs)
    Navigate the uses role of the IteratedUsageLinks and finds the appropriate iterations for those masters by applying the ConfigSpecs.
    navigateUsesToIteration(WTCollection iterations, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec... configSpecs)
    Navigate the uses role of the IteratedUsageLinks and finds the appropriate iterations for those masters by applying the ConfigSpecs.
    navigateUsesToIteration(WTCollection iterations, ConfigSpec... configSpecs)
    Navigates the uses role of the IteratedUsageLinks and finds the appropriate iterations for the masters given the configSpecs and returns a WTKeyedMap the iterations mapped to QueryResults of those iterations that match as well as the masters for which there were no matching iterations.
    navigateUsesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec... configSpecs)
    Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpecs.
    navigateUsesToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec... configSpecs)
    Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpecs.
    navigateUsesToIteration(Iterated iteration, ConfigSpec... configSpecs)
    Navigates the uses role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpecs and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
  • Method Details