public class IdentityExecutionUtils extends Object
Constructor and Description |
---|
IdentityExecutionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T,G extends Throwable> |
runOperationAndIgnoreIdentifier(IdentityOperation<T,G> operation) |
static <T,G extends Throwable> |
runOperationAndIgnoreIdentifier(IdentityOperation<T,G> operation,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
static <T,G extends Throwable> |
runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site) |
static <T,G extends Throwable> |
runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Catalog catalog) |
static <T,G extends Throwable> |
runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Site profile) |
static <T,G extends Throwable> |
runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Site profile,
Catalog catalog) |
static <T,G extends Throwable> |
runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Site profile,
Catalog catalog,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
public static <T,G extends Throwable> T runOperationByIdentifier(IdentityOperation<T,G> operation, Site site, Site profile, Catalog catalog, org.springframework.transaction.PlatformTransactionManager transactionManager) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationByIdentifier(IdentityOperation<T,G> operation, Site site, Catalog catalog) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationByIdentifier(IdentityOperation<T,G> operation, Site site, Site profile, Catalog catalog) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationByIdentifier(IdentityOperation<T,G> operation, Site site) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationByIdentifier(IdentityOperation<T,G> operation, Site site, Site profile) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationAndIgnoreIdentifier(IdentityOperation<T,G> operation) throws G extends Throwable
G extends Throwable
public static <T,G extends Throwable> T runOperationAndIgnoreIdentifier(IdentityOperation<T,G> operation, org.springframework.transaction.PlatformTransactionManager transactionManager) throws G extends Throwable
G extends Throwable
Copyright © 2022. All rights reserved.