Library | Package Java Toolkit

Class pfcServer

package com.ptc.pfc.pfcServer;

public class pfcServer



Description

Contains global CIP definitions for module "pfcServer"



Method Summary
static CheckinOptionsCheckinOptions_Create ()
    Creates a new CheckinOptions object.
static CheckoutOptionsCheckoutOptions_Create ()
    Creates a new CheckoutOptions object.
static FolderAssignmentFolderAssignment_Create (String Folder, String ModelName)
    Creates a new FolderAssignment object.
static UploadOptionsUploadOptions_Create ()
    Creates a new UploadOptions object.
static WorkspaceDefinitionWorkspaceDefinition_Create (String WorkspaceName, String WorkspaceContext)
    Creates a new WorkspaceDefinition object.

Method Detail

FolderAssignment_Create

static FolderAssignmentFolderAssignment_Create (String Folder, String ModelName)


    Creates a new FolderAssignment object.
Parameters:
Folder
Location of the folder for checkin object.
ModelName
Name of the model to checkin.
Returns:
The new object.


CheckinOptions_Create

static CheckinOptionsCheckinOptions_Create ()


    Creates a new CheckinOptions object.
Manual References:
Windchill Connectivity APIs: CheckIn, Windchill Connectivity APIs: CheckIn
Returns:
The new object.


UploadOptions_Create

static UploadOptionsUploadOptions_Create ()


    Creates a new UploadOptions object.
Manual References:
Windchill Connectivity APIs: Upload
Returns:
The new object.


CheckoutOptions_Create

static CheckoutOptionsCheckoutOptions_Create ()


    Creates a new CheckoutOptions object.
Manual References:
Windchill Connectivity APIs: Checkout and Download, Windchill Connectivity APIs: Checkout and Download
Returns:
The new object.


WorkspaceDefinition_Create

static WorkspaceDefinitionWorkspaceDefinition_Create (String WorkspaceName, String WorkspaceContext)


    Creates a new WorkspaceDefinition object.
Manual References:
Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces
Parameters:
WorkspaceName
WorkspaceContext
Returns:
The new object.