Class ID<K,V>

java.lang.Object
ru.cg.webbpm.studio.core.api.indexing.ID<K,V>
Direct Known Subclasses:
ComponentIdByPages, ComponentPathByObjectId, CssClassNames, DependantComponentOverrides, DependantComponents, JndiResourceIndexId, JndiResourcesByTypeIndexId, PageIdByFileName, PageIdByPath, PagePathById, ProcessByTaskId, ProcessIdByPath, ProcessPathById, ProcessVariableByProcessId, ReportTemplateMetadataByPath, SubProcessIdsByProcessPath, UsingRolesByComponentPath, UsingRolesByPagePath, UsingRolesByWebbpmProcessPath, WebbpmAdhocSubProcessById, WebbpmProcessById, WebbpmProcessIdByPageId, WebbpmProcessIdByPath, WebbpmTaskById, WebbpmUserTaskById

public class ID<K,V> extends Object
user: Ildar date: 17.04.15
  • Constructor Details

    • ID

      protected ID(String name)
  • Method Details

    • create

      public static <K, V> ID<K,V> create(String name)
    • findByName

      public static <K, V> ID<K,V> findByName(String name)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

      public int getUniqueId()
    • findById

      public static ID<?,?> findById(int id)