public class RESTResourceToRESTResourceDropHandler
extends com.eviware.soapui.support.dnd.handlers.AbstractAfterModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>
| Modifier and Type | Field and Description |
|---|---|
static com.eviware.soapui.support.MessageSupport |
messages |
| Constructor and Description |
|---|
RESTResourceToRESTResourceDropHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
cancelResourceOrderingIfEnabled() |
boolean |
canCopyAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
boolean |
canMoveAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
boolean |
canMoveBefore(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
boolean |
copyAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
String |
getCopyAfterInfo(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
String |
getMoveAfterInfo(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
boolean |
moveAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
boolean |
moveBefore(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target) |
public RESTResourceToRESTResourceDropHandler()
public boolean canCopyAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
canCopyAfter in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public boolean canMoveAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
canMoveAfter in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public boolean canMoveBefore(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
canMoveBefore in class com.eviware.soapui.support.dnd.handlers.AbstractAfterModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public boolean copyAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
copyAfter in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public boolean moveAfter(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
moveAfter in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public boolean moveBefore(com.eviware.soapui.impl.rest.RestResource source,
com.eviware.soapui.impl.rest.RestResource target)
moveBefore in class com.eviware.soapui.support.dnd.handlers.AbstractAfterModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public String getCopyAfterInfo(com.eviware.soapui.impl.rest.RestResource source, com.eviware.soapui.impl.rest.RestResource target)
getCopyAfterInfo in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public String getMoveAfterInfo(com.eviware.soapui.impl.rest.RestResource source, com.eviware.soapui.impl.rest.RestResource target)
getMoveAfterInfo in class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<com.eviware.soapui.impl.rest.RestResource,com.eviware.soapui.impl.rest.RestResource>public static boolean cancelResourceOrderingIfEnabled()
Copyright © 2019. All rights reserved.