Class RelationsSearchParams


  • public class RelationsSearchParams
    extends java.lang.Object
    • Constructor Detail

      • RelationsSearchParams

        public RelationsSearchParams​(java.lang.Iterable<java.lang.Long> languagePKs,
                                     java.lang.Iterable<java.lang.Long> parentPKs,
                                     java.lang.String relationCode,
                                     boolean isParentSource,
                                     boolean isTargetToSourceOrdered,
                                     boolean isSourceToTargetOrdered,
                                     boolean markAsModified)
    • Method Detail

      • getParentPKs

        public java.lang.Iterable<java.lang.Long> getParentPKs()
      • isParentSource

        public boolean isParentSource()
      • getRelationCode

        public java.lang.String getRelationCode()
      • areValid

        public boolean areValid()
      • getNumberOfParentPKs

        public int getNumberOfParentPKs()
      • isSearchForAllLanguages

        public boolean isSearchForAllLanguages()
      • isSearchForNonLocalizedRelations

        public boolean isSearchForNonLocalizedRelations()
      • getNumberOfLocalizableLanguagePKs

        public int getNumberOfLocalizableLanguagePKs()
      • getLocalizableLanguagePKs

        public java.lang.Iterable<java.lang.Long> getLocalizableLanguagePKs()
      • getAllLanguagePKs

        public java.lang.Iterable<java.lang.Long> getAllLanguagePKs()
      • isParentToChildOrdered

        public boolean isParentToChildOrdered()
      • isMarkAsModified

        public boolean isMarkAsModified()