Class TokenQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery, org.flowable.idm.api.Token>
com.flowable.idm.engine.impl.TokenQueryImpl
All Implemented Interfaces:
Serializable, org.flowable.common.engine.api.query.CacheAwareQuery<TokenEntity>, org.flowable.common.engine.api.query.Query<org.flowable.idm.api.TokenQuery, org.flowable.idm.api.Token>, org.flowable.common.engine.impl.interceptor.Command<Object>, org.flowable.idm.api.TokenQuery

public class TokenQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery, org.flowable.idm.api.Token> implements org.flowable.idm.api.TokenQuery, org.flowable.common.engine.api.query.CacheAwareQuery<TokenEntity>
Author:
Tijs Rademakers
See Also:
  • Field Details

    • id

      protected String id
    • ids

      protected List<String> ids
    • tokenValue

      protected String tokenValue
    • tokenDate

      protected Date tokenDate
    • tokenDateBefore

      protected Date tokenDateBefore
    • tokenDateAfter

      protected Date tokenDateAfter
    • ipAddress

      protected String ipAddress
    • ipAddressLike

      protected String ipAddressLike
    • userAgent

      protected String userAgent
    • userAgentLike

      protected String userAgentLike
    • userId

      protected String userId
    • userIdLike

      protected String userIdLike
    • tokenData

      protected String tokenData
    • tokenDataLike

      protected String tokenDataLike
  • Constructor Details

    • TokenQueryImpl

      public TokenQueryImpl()
    • TokenQueryImpl

      public TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • TokenQueryImpl

      public TokenQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
  • Method Details

    • tokenId

      public org.flowable.idm.api.TokenQuery tokenId(String id)
      Specified by:
      tokenId in interface org.flowable.idm.api.TokenQuery
    • tokenIds

      public org.flowable.idm.api.TokenQuery tokenIds(List<String> ids)
      Specified by:
      tokenIds in interface org.flowable.idm.api.TokenQuery
    • tokenValue

      public org.flowable.idm.api.TokenQuery tokenValue(String tokenValue)
      Specified by:
      tokenValue in interface org.flowable.idm.api.TokenQuery
    • tokenDate

      public org.flowable.idm.api.TokenQuery tokenDate(Date tokenDate)
      Specified by:
      tokenDate in interface org.flowable.idm.api.TokenQuery
    • tokenDateBefore

      public org.flowable.idm.api.TokenQuery tokenDateBefore(Date tokenDateBefore)
      Specified by:
      tokenDateBefore in interface org.flowable.idm.api.TokenQuery
    • tokenDateAfter

      public org.flowable.idm.api.TokenQuery tokenDateAfter(Date tokenDateAfter)
      Specified by:
      tokenDateAfter in interface org.flowable.idm.api.TokenQuery
    • ipAddress

      public org.flowable.idm.api.TokenQuery ipAddress(String ipAddress)
      Specified by:
      ipAddress in interface org.flowable.idm.api.TokenQuery
    • ipAddressLike

      public org.flowable.idm.api.TokenQuery ipAddressLike(String ipAddressLike)
      Specified by:
      ipAddressLike in interface org.flowable.idm.api.TokenQuery
    • userAgent

      public org.flowable.idm.api.TokenQuery userAgent(String userAgent)
      Specified by:
      userAgent in interface org.flowable.idm.api.TokenQuery
    • userAgentLike

      public org.flowable.idm.api.TokenQuery userAgentLike(String userAgentLike)
      Specified by:
      userAgentLike in interface org.flowable.idm.api.TokenQuery
    • userId

      public org.flowable.idm.api.TokenQuery userId(String userId)
      Specified by:
      userId in interface org.flowable.idm.api.TokenQuery
    • userIdLike

      public org.flowable.idm.api.TokenQuery userIdLike(String userIdLike)
      Specified by:
      userIdLike in interface org.flowable.idm.api.TokenQuery
    • tokenData

      public org.flowable.idm.api.TokenQuery tokenData(String tokenData)
      Specified by:
      tokenData in interface org.flowable.idm.api.TokenQuery
    • tokenDataLike

      public org.flowable.idm.api.TokenQuery tokenDataLike(String tokenDataLike)
      Specified by:
      tokenDataLike in interface org.flowable.idm.api.TokenQuery
    • orderByTokenId

      public org.flowable.idm.api.TokenQuery orderByTokenId()
      Specified by:
      orderByTokenId in interface org.flowable.idm.api.TokenQuery
    • orderByTokenDate

      public org.flowable.idm.api.TokenQuery orderByTokenDate()
      Specified by:
      orderByTokenDate in interface org.flowable.idm.api.TokenQuery
    • executeCount

      public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery, org.flowable.idm.api.Token>
    • executeList

      public List<org.flowable.idm.api.Token> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.TokenQuery, org.flowable.idm.api.Token>
    • getId

      public String getId()
      Specified by:
      getId in interface org.flowable.common.engine.api.query.CacheAwareQuery<TokenEntity>
    • getIds

      public List<String> getIds()
    • getTokenValue

      public String getTokenValue()
    • getTokenDate

      public Date getTokenDate()
    • getTokenDateBefore

      public Date getTokenDateBefore()
    • getTokenDateAfter

      public Date getTokenDateAfter()
    • getIpAddress

      public String getIpAddress()
    • getIpAddressLike

      public String getIpAddressLike()
    • getUserAgent

      public String getUserAgent()
    • getUserAgentLike

      public String getUserAgentLike()
    • getUserId

      public String getUserId()
    • getUserIdLike

      public String getUserIdLike()
    • getTokenData

      public String getTokenData()
    • getTokenDataLike

      public String getTokenDataLike()