Interface FunctionMutationActionService
- All Known Implementing Classes:
FunctionMutationActionServiceImpl
public interface FunctionMutationActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
save
(RebindValue[] rebindValues, HashMap<String, String> params) boolean
Checks, if the current user is allowed to create new functions.boolean
Checks, if the current user is allowed to delete the function with the passed key.
-
Method Details
-
showCreateButton
boolean showCreateButton()Checks, if the current user is allowed to create new functions. -
showDeleteButton
Checks, if the current user is allowed to delete the function with the passed key. -
save
void save(RebindValue[] rebindValues, HashMap<String, String> params) throws UnresolvableUriException, UriStoreException, InterruptedException, URISyntaxException, PersistException, RebindException, CommitException -
delete
-