Class AdminDomainAttributeAlgorithm

java.lang.Object
com.ptc.core.foundation.admin.server.impl.AdminDomainAttributeAlgorithm
All Implemented Interfaces:
RuleAlgorithm

public class AdminDomainAttributeAlgorithm extends Object implements RuleAlgorithm
Returns a AdministrativeDomain that corresponds to the domain path supplied in the data.

Supported API: true

Extendable: false
  • Method Details

    • calculate

      public Object calculate(Object[] args, WTContainerRef container) throws WTException
      Execute the algorithm using the specified arguments. Return the result.

      Supported API: true
      Specified by:
      calculate in interface RuleAlgorithm
      Parameters:
      args - the arguments for the algorithm
      container - the container to use for object lookups
      Returns:
      Object
      Throws:
      WTException