Interface FunctionMutationActionService
- All Known Implementing Classes:
FunctionMutationActionServiceImpl
public interface FunctionMutationActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsave(RebindValue[] rebindValues, HashMap<String, String> params) booleanChecks, if the current user is allowed to create new functions.booleanChecks, 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
-