|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeletionAware
If a Resource is deleted, and the Resource object implements this interface, the methods of this
interface will be called.
| Method Summary | |
|---|---|
List<Resource<?>> |
getOptionalResources()
Returns a List of additional Resource instances. |
List<Resource<?>> |
getResources()
Returns a List of additional Resource instances. |
| Method Detail |
|---|
List<Resource<?>> getResources()
List of additional Resource instances. These resources do not require user confirmation
before deletion.
List<Resource<?>> getOptionalResources()
List of additional Resource instances. These resources require user confirmation before
deletion.
|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||