Package com.flowable.action.api.runtime
Class ScopedObjectActionQuery
java.lang.Object
com.flowable.action.api.runtime.ScopedObjectActionQuery
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) getId()
getKey()
getName()
global
(boolean global) boolean
isGlobal()
boolean
nameLikeIgnoreCase
(String nameLikeIgnoreCase) securityScope
(SecurityScope securityScope) void
setDeploymentId
(String deploymentId) void
setGlobal
(boolean global) void
void
void
setKeyLike
(String keyLike) void
void
setNameLike
(String nameLike) void
setNameLikeIgnoreCase
(String nameLikeIgnoreCase) void
setQueryOnActionLinks
(boolean queryOnActionLinks) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSupportsChannel
(String supportsChannel) void
setSupportsChannels
(List<String> supportsChannels) void
setTenantId
(String tenantId) supportsChannel
(String supportsChannel) supportsChannels
(List<String> supportsChannels)
-
Field Details
-
scopeType
-
scopeId
-
securityScope
-
userId
-
groupKeys
-
id
-
name
-
nameLike
-
nameLikeIgnoreCase
-
key
-
keyLike
-
deploymentId
-
tenantId
-
supportsChannel
-
supportsChannels
-
queryOnActionLinks
protected boolean queryOnActionLinks -
global
protected boolean global
-
-
Constructor Details
-
ScopedObjectActionQuery
public ScopedObjectActionQuery()
-
-
Method Details
-
getScopeType
-
setScopeType
-
scopeType
-
getScopeId
-
setScopeId
-
scopeId
-
securityScope
-
getSecurityScope
-
getUserId
-
userId
-
getGroupKeys
-
groupKeys
-
getId
-
setId
-
id
-
getName
-
setName
-
name
-
getNameLike
-
setNameLike
-
nameLike
-
getNameLikeIgnoreCase
-
setNameLikeIgnoreCase
-
nameLikeIgnoreCase
-
getKey
-
setKey
-
key
-
getKeyLike
-
setKeyLike
-
keyLike
-
getDeploymentId
-
setDeploymentId
-
deploymentId
-
getTenantId
-
setTenantId
-
tenantId
-
getSupportsChannel
-
setSupportsChannel
-
supportsChannel
-
getSupportsChannels
-
setSupportsChannels
-
supportsChannels
-
isQueryOnActionLinks
public boolean isQueryOnActionLinks() -
setQueryOnActionLinks
public void setQueryOnActionLinks(boolean queryOnActionLinks) -
queryOnActionLinks
-
isGlobal
public boolean isGlobal() -
setGlobal
public void setGlobal(boolean global) -
global
-