Class SearchAttribute


  • public class SearchAttribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<java.lang.Object> UNSET_VALUE
      Passing this value as a search attribute value into Workflow.upsertSearchAttributes(Map) will lead to unsetting the search attribute with the corresponded name if any present.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchAttribute()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UNSET_VALUE

        public static final java.util.List<java.lang.Object> UNSET_VALUE
        Passing this value as a search attribute value into Workflow.upsertSearchAttributes(Map) will lead to unsetting the search attribute with the corresponded name if any present.
    • Constructor Detail

      • SearchAttribute

        public SearchAttribute()