Class ProcessSpaceGuid

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ProcessSpaceGuid
All Implemented Interfaces:
Serializable

public class ProcessSpaceGuid extends ValueClass implements Serializable
This class specifies the options for setting a sord's spaceGuid (i.e. GUID of the workspace it belongs to). It is used as member in ProcessInfo and is interpreted in the functions processFindResult and processTrees.
Since:
21.0.0.16
See Also:
  • Field Details

    • spaceGuid

      protected String spaceGuid
      New spaceGuid
    • spaceGuids

      protected List<String> spaceGuids
      New spaceGuids
      Since:
      21.0.0.21
  • Constructor Details

    • ProcessSpaceGuid

      public ProcessSpaceGuid()
    • ProcessSpaceGuid

      public ProcessSpaceGuid(ProcessSpaceGuid rhs)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSpaceGuid

      public String getSpaceGuid()
    • setSpaceGuid

      public void setSpaceGuid(String spaceGuid)
    • getSpaceGuids

      public List<String> getSpaceGuids()
    • setSpaceGuids

      public void setSpaceGuids(List<String> spaceGuids)