public class BPELService extends Service implements Serializable
Constructor and Description |
---|
BPELService() |
BPELService(String gridId,
String serviceId) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.lang.builder.EqualsBuilder |
appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder,
Object value,
Collection<String> appendedFields,
boolean ignoreDates) |
BPELService |
clone() |
String |
getDeployedId() |
List<String> |
getPartnerServiceNamespaceURIs() |
boolean |
isDeployed() |
void |
setDeployed(boolean deployed) |
void |
setDeployedId(String deployedId) |
void |
setPartnerServiceNamespaceURIs(List<String> partnerServiceNamespaceURIs) |
appendSpecialHashCode, getAllowedAppProvision, getAllowedUse, getAlternateServiceId, getAppAuthKey, getAttribute, getAttributes, getAttributeValue, getContainerType, getCopyrightInfo, getGridId, getHowToGetMembershipInfo, getInstance, getInstanceSize, getInstanceType, getInvocations, getLicenseInfo, getOwnerUserId, getResourceId, getServiceDeployments, getServiceDescription, getServiceEndpoints, getServiceId, getServiceName, getServiceTypeDomainId, getServiceTypeId, getStreaming, getTimeoutMillis, getWrapperSourceCodeUrl, getWsdl, isActive, isApproved, isFederatedUseAllowed, isMembersOnly, isUseAlternateService, isVisible, removeAttribute, setActive, setAllowedAppProvision, setAllowedUse, setAlternateServiceId, setAppAuthKey, setApproved, setAttribute, setAttributes, setAttributeValue, setContainerType, setCopyrightInfo, setFederatedUseAllowed, setGridId, setHowToGetMembershipInfo, setInstance, setInstanceSize, setInstanceType, setInvocations, setLicenseInfo, setMembersOnly, setOwnerUserId, setResourceId, setServiceDeployments, setServiceDescription, setServiceEndpoints, setServiceId, setServiceName, setServiceTypeDomainId, setServiceTypeId, setStreaming, setTimeoutMillis, setUseAlternateService, setVisible, setWrapperSourceCodeUrl, setWsdl, toString
equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, touchUpdatedDateTime
public boolean isDeployed()
public void setDeployed(boolean deployed)
public String getDeployedId()
public void setDeployedId(String deployedId)
public void setPartnerServiceNamespaceURIs(List<String> partnerServiceNamespaceURIs)
public BPELService clone()
protected org.apache.commons.lang.builder.EqualsBuilder appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder, Object value, Collection<String> appendedFields, boolean ignoreDates)
appendSpecialEquals
in class Service