-
com.ateam.webstore.handlers.CartHandler.checkout()
Initiate an order from a cart.
@return
-
com.openkm.ws.client.OKMDocument.checkout()
-
de.fhg.igd.mongomvcc.VDatabase.checkout()
Checks out a named branch from the database
@param name the branch's name
@return the branch
@throws VException if the branch does not exist yet
-
git4idea.branch.GitBrancher.checkout()
-
hudson.plugins.scm_sync_configuration.SCMManipulator.checkout()
-
hudson.scm.SCM.checkout()
Obtains a fresh workspace of the module(s) into the specified directory of the specified machine.
The "update" operation can be performed instead of a fresh checkout if feasible.
This operation should also capture the information necessary to tag the workspace later.
@param launcher Abstracts away the machine that the files will be checked out.
@param workspace a directory to check out the source code. May contain left-over from the previous build.
@param changelogFile Upon a successful return, this file should capture the changelog. When there's no change, this file should contain an empty entry. See {@link #createEmptyChangeLog(File,BuildListener,String)}.
@return false if the operation fails. The error should be reported to the listener. Otherwise return the changes included in this update (if this was an update.)
Using the return value to indicate success/failure should be considered deprecated, and implementations are encouraged to throw {@link AbortException} to indicate a failure.
@throws InterruptedException interruption is usually caused by the user aborting the build. this exception will cause the build to be aborted.
-
javax.jcr.Node.checkout()
Checks out a version.
-
javax.jcr.version.VersionManager.checkout()
-
org.apache.ace.repository.Repository.checkout()
Checks out the version of the repository that have been passed to this method as parameter.
@return a stream containing a checkout of the passed in version ofthe repository, or null if the version does not exist
@throws java.io.IOException if there is an error reading the version
@throws IllegalArgumentException if the version is invalid.
-
org.apache.ace.repository.ext.CachedRepository.checkout()
Checks our the most current version from the actual repository.
@param fail Indicates that this method should throw an IOException when no datais available. Setting it to false
will make it return an empty stream in that case.
@return An input stream representing the checked out object.
@throws java.io.IOException Is thrown when the actual repository's commit does.
-
org.apache.ace.repository.ext.impl.CachedRepositoryImpl.checkout()
-
org.apache.chemistry.opencmis.client.api.Document.checkOut()
Checks out the document and returns the object id of the PWC (private working copy).
@return PWC id
-
org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningServicePort.checkOut()
@param contentCopied
@param extension
@param objectId
@param repositoryId
@throws CmisException
-
org.apache.chemistry.opencmis.commons.server.CmisService.checkOut()
-
org.apache.chemistry.opencmis.inmemory.storedobj.api.VersionedDocument.checkOut()
-
org.apache.jackrabbit.ocm.manager.ObjectContentManager.checkout()
Checkout - Create a new version This is only possible if the object is based on mix:versionable node type
@param path The object path
@throws VersionException when it is not possible to create a new version
-
org.apache.lenya.cms.rc.RCML.checkOut()
Check the RCML out with restriction to the current session.
@param node The node.
@throws RevisionControlException if an error occurs.
-
org.apache.lenya.cms.repository.Node.checkout()
Checks out the node with restriction to the current session..
@throws RepositoryException if an error occurs.
-
org.apache.maven.scm.manager.ScmManager.checkOut()
Create a copy of the repository on your local machine
@param repository the source control system
@param fileSet the files are copied to the {@link org.apache.maven.scm.ScmFileSet#getBasedir()} location
@return
@throws ScmException if any
-
org.apache.maven.scm.provider.ScmProvider.checkOut()
Create a copy of the repository on your local machine
@param repository the source control system
@param fileSet the files are copied to the {@link org.apache.maven.scm.ScmFileSet#getBasedir()} location
@param tag get the version defined by the tag
@return
@throws ScmException if any
@deprecated you must use {@link ScmProvider#checkOut(org.apache.maven.scm.repository.ScmRepository,org.apache.maven.scm.ScmFileSet,org.apache.maven.scm.ScmVersion)}
-
org.apache.maven.scm.provider.accurev.AccuRevScmProvider.checkOut()
-
org.apache.maven.scm.provider.accurev.command.checkout.AccuRevCheckOutCommand.checkout()
-
org.apache.maven.scm.provider.integrity.Member.checkout()
Performs a checkout of this MKS Integrity Source File to a working file location on the build server represented by targetFile
@param api MKS API Session
@return true if the operation succeeded or false if failed
@throws APIException
-
org.apache.slide.webdav.util.VersioningHelper.checkout()
Checkout a resource (for both: checkout-in-place and working-resource features).
@param resourcePath the request URI
@param forkOk true, if the request body contained a DAV:fork-ok element
@param applyToVersion true, if the request body contained a DAV:apply-to-version element
@return the URI of the created working resource, null if no resource was created
@throws SlideException
@throws JDOMException
@throws IOException
@throws PreconditionViolatedException
-
org.apache.uima.collection.impl.cpm.container.ServiceProxyPool.checkOut()
Checks out a Resource from the pool.
@return a Resource for use by the client. Returns null
if none are available (inwhich case the client may wait on this object in order to be notified when an instance becomes available).
-
org.apache.webbeans.test.component.intercept.webbeans.SecureComponent.checkout()
-
org.auraframework.util.adapter.SourceControlAdapter.checkout()
-
org.brixcms.jcr.api.JcrNode.checkout()
@deprecated As of JCR 2.0, {@link javax.jcr.version.VersionManager#checkout} should be used instead.
-
org.brixcms.jcr.wrapper.BrixNode.checkout()
-
org.drools.repository.AssetItem.checkout()
-
org.drools.repository.ModuleItem.checkout()
-
org.drools.repository.PackageItem.checkout()
-
org.eclipse.jgit.api.Git.checkout()
org/pub/software/scm/git/docs/git-checkout.html"
>Git documentation about checkout
@return a {@link CheckoutCommand} used to collect all optional parametersand to finally execute the {@code checkout} command
-
org.eclipse.jgit.dircache.DirCacheCheckout.checkout()
Execute this checkout
@return false
if this method could not delete all the fileswhich should be deleted (e.g. because of of the files was locked). In this case {@link #getToBeDeleted()} lists the fileswhich should be tried to be deleted outside of this method. Although false
is returned the checkout was successful and the working tree was updated for all other files. true
is returned when no such problem occurred
@throws IOException
-
org.eclipse.jgit.lib.WorkDirCheckout.checkout()
Execute this checkout
@throws IOException
-
org.exist.versioning.svn.WorkingCopy.checkout()
-
org.exoplatform.services.jcr.cluster.JCRWebdavConnection.checkOut()
-
org.exoplatform.services.jcr.core.ExtendedNode.checkout()
-
org.exoplatform.services.jcr.impl.core.NodeImpl.checkout()
{@inheritDoc}
-
org.jahia.services.content.JCRNodeWrapper.checkout()
-
org.jahia.services.content.JCRSessionWrapper.checkout()
Performs check out of the specified node.
@param node the node to perform the check out
@see VersionManager#checkout(String) for details
-
org.jboss.as.quickstarts.sfsb.ShoppingCart.checkout()
-
org.jboss.soa.esb.samples.quickstart.webservicewsa.StatefulEndpoint.checkout()
-
org.jboss.tutorial.entity.bean.ShoppingCart.checkout()
-
org.jboss.tutorial.extended.bean.ShoppingCart.checkout()
-
org.jboss.tutorial.injection.bean.ShoppingCart.checkout()
-
org.jboss.tutorial.jboss_deployment_descriptor.bean.ShoppingCart.checkout()
-
org.jboss.tutorial.stateful.bean.ShoppingCart.checkout()
-
org.jboss.tutorial.stateful_deployment_descriptor.bean.ShoppingCart.checkout()
-
org.tigris.subversion.svnclientadapter.ISVNClientAdapter.checkout()
-
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer.checkout()
Checkout the artifacts stored in the registry to the file system. If the artifacts have already been checked out, an update will be executed instead.
@throws SynchronizationException If an error occurs while checking out or updating the resources
-
y1.pos.Cart.checkOut()
Meetod, mis loob antud ostukorvi põhjal tellimuse. Tagastab uue tellimuse.
@return — tellimus, mis sisaldab antud ostukorvi sisu.