public abstract class GuardedMethod<T> extends Object
| Constructor and Description |
|---|
GuardedMethod(String folderId) |
| Modifier and Type | Method and Description |
|---|---|
GuardedMethod<T> |
execute() |
protected abstract T |
run() |
public GuardedMethod(String folderId) throws WorkspaceInteractionException
WorkspaceInteractionExceptionpublic GuardedMethod<T> execute() throws WorkspaceInteractionException, InternalException
protected abstract T run() throws WorkspaceInteractionException, InternalException, Exception
Copyright © 2021. All Rights Reserved.