Index
Service com.soffid.iam.bpm.service.BpmConfigService
[UseCase]
Spring bean name
BpmConfigServiceBase
Description
EJB bean name
soffid/ejb/com.soffid.iam.bpm.service.BpmConfigService
Actors
Tothom
Service methods
findFirstByAppKey
Actors:
Tothom
anonymous
app
java.lang.String
key
java.lang.String
Returns
com.soffid.iam.bpm.api.ConfigParameterVO
findAll
Actors:
Tothom
Returns
java.util.Collection<
com.soffid.iam.bpm.api.ConfigParameterVO
>
findByAppKey
Actors:
Tothom
app
java.lang.String
key
java.lang.String
Returns
java.util.Collection<
com.soffid.iam.bpm.api.ConfigParameterVO
>
findById
Actors:
Tothom
id
long
Returns
java.util.Collection<
com.soffid.iam.bpm.api.ConfigParameterVO
>
create
Actors:
Tothom
config
com.soffid.iam.bpm.api.ConfigParameterVO
Returns
void
delete
Actors:
Tothom
config
com.soffid.iam.bpm.api.ConfigParameterVO
Returns
void
update
Actors:
Tothom
config
com.soffid.iam.bpm.api.ConfigParameterVO
Returns
void
updateAll
Actors:
Tothom
config
java.util.Collection<
com.soffid.iam.bpm.api.ConfigParameterVO
>
Returns
void
DAO Dependencies
Service Dependencies
2/28/24