public class InitPlatformAntPerformableImpl extends AbstractAntPerformable
tenantId| Constructor and Description |
|---|
InitPlatformAntPerformableImpl() |
InitPlatformAntPerformableImpl(java.lang.String tenantID) |
InitPlatformAntPerformableImpl(java.lang.String tenantID,
java.lang.String configuarationFileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
beforePerform()
checks if sufficient attributes provided have also
|
protected JspContext |
createJspContext() |
protected boolean |
failOnError() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getDefaultConfiguration() |
protected java.util.Iterator<Extension> |
getExtensions() |
protected java.lang.String |
getProcessName() |
protected void |
overrideConfiguration(java.util.HashMap<java.lang.String,java.lang.Object> result) |
protected void |
performImpl() |
boolean |
validate() |
protected boolean |
validateConfiguration() |
protected void |
validateTenant(java.lang.String tenant)
validates tenant name correctness
|
afterPerform, doPerform, getApplicationContextpublic InitPlatformAntPerformableImpl()
public InitPlatformAntPerformableImpl(java.lang.String tenantID)
public InitPlatformAntPerformableImpl(java.lang.String tenantID,
java.lang.String configuarationFileName)
protected void validateTenant(java.lang.String tenant)
AbstractAntPerformablevalidateTenant in class AbstractAntPerformablepublic boolean beforePerform()
AbstractAntPerformablebeforePerform in interface AntPerformablebeforePerform in class AbstractAntPerformableprotected void performImpl()
throws java.lang.Exception
performImpl in class AbstractAntPerformablejava.lang.Exceptionprotected boolean failOnError()
failOnError in class AbstractAntPerformableprotected java.lang.String getProcessName()
protected java.util.Iterator<Extension> getExtensions()
public boolean validate()
validate in interface AntPerformablevalidate in class AbstractAntPerformableprotected boolean validateConfiguration()
protected JspContext createJspContext()
protected void overrideConfiguration(java.util.HashMap<java.lang.String,java.lang.Object> result)
protected java.util.Map<java.lang.String,java.lang.Object> getDefaultConfiguration()
Copyright © 2018 SAP SE. All Rights Reserved.