Library | Package Java Toolkit

Interface WorkspaceDefinition

package com.ptc.pfc.pfcServer;

public interface WorkspaceDefinition
  extends jxobject



Description

This class describes workspace definition details.



Method Summary
StringGetWorkspaceContext ()
    Get method for attribute "WorkspaceContext"
    Context of the workspace
StringGetWorkspaceName ()
    Get method for attribute "WorkspaceName"
    Name of the workspace
voidSetWorkspaceContext (String value)
    Set method for attribute "WorkspaceContext"
    Context of the workspace
voidSetWorkspaceName (String value)
    Set method for attribute "WorkspaceName"
    Name of the workspace

Method Detail

GetWorkspaceName/SetWorkspaceName

StringGetWorkspaceName ()
voidSetWorkspaceName (String value)


    Name of the workspace
Manual References:
Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces



GetWorkspaceContext/SetWorkspaceContext

StringGetWorkspaceContext ()
voidSetWorkspaceContext (String value)


    Context of the workspace
Manual References:
Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces, Windchill Connectivity APIs: Accessing Workspaces