Class PlatformUserQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<PlatformUserQuery,PlatformUser>
org.flowable.variable.service.impl.AbstractVariableQueryImpl<PlatformUserQuery,PlatformUser>
com.flowable.idm.engine.impl.UserBaseQueryImpl<PlatformUserQuery,PlatformUser>
com.flowable.idm.engine.impl.PlatformUserQueryImpl
All Implemented Interfaces:
PlatformUserQuery, Serializable, org.flowable.common.engine.api.query.CacheAwareQuery<PlatformUser>, org.flowable.common.engine.api.query.Query<PlatformUserQuery,PlatformUser>, org.flowable.common.engine.impl.interceptor.Command<Object>, org.flowable.idm.api.UserBaseQuery<PlatformUserQuery,PlatformUser>

public class PlatformUserQueryImpl extends UserBaseQueryImpl<PlatformUserQuery,PlatformUser> implements PlatformUserQuery
Author:
Joram Barrez, Filip Hrisafov
See Also: